SpreadJS Documentation
kind Method
GC.Spread.Sheets.Print Namespace > PaperSize type : kind Method
The kind of the paper.
Gets or sets the kind of the paper.
Syntax
var instance = new GC.Spread.Sheets.Print.PaperSize(widthOrKind, height);
var returnValue; // Type: any
returnValue = instance.kind(value);
function kind( 
   value : PaperKind
) : any;

Parameters

value
The kind of the paper.

Return Value

If no value is set, returns the kind of the paper; otherwise, returns the paper size.
See Also

Reference

PaperSize type