SpreadJS Documentation
GC.Spread.Sheets Namespace / Print type / PaperKind Field
In This Topic
    PaperKind Field
    In This Topic
    Specifies the paper kind for the printed page.
    Syntax
    var value; // Type: PaperKind
    value = GC.Spread.Sheets.Print.PaperKind;
    var PaperKind : PaperKind;
    Example
    var printInfo = new GC.Spread.Sheets.Print.PrintInfo();
    printInfo.headerLeft("Header Left");
    printInfo.paperSize(new GC.Spread.Sheets.Print.PaperSize(GC.Spread.Sheets.Print.PaperKind.a4));
    spread.print(0);
    See Also

    Reference

    Print type