Base class which exposes the various print options available for a sheet which can be saved with both a sheet and its custom view.
Constructors
Section titled "Constructors"PrintOptionsBase
new PrintOptionsBase(a: Sheet, b: boolean): PrintOptionsBase Returns PrintOptionsBase
Properties
Section titled "Properties"$t: Type alignHeadersAndFootersWithMargins
Section titled "alignHeadersAndFootersWithMargins"alignHeadersAndFootersWithMargins: boolean bottomMargin
Section titled "bottomMargin"bottomMargin: number draftQuality
Section titled "draftQuality"draftQuality: boolean footer
Section titled "footer"footer: string footerMargin
Section titled "footerMargin"footerMargin: number header
Section titled "header"header: string headerMargin
Section titled "headerMargin"headerMargin: number leftMargin
Section titled "leftMargin"leftMargin: number numberOfCopies
Section titled "numberOfCopies"numberOfCopies: number orientation
Section titled "orientation"orientation: Orientation pageNumbering
Section titled "pageNumbering"pageNumbering: PageNumbering paperSize
Section titled "paperSize"paperSize: PaperSize printErrors
Section titled "printErrors"printErrors: PrintErrors printInBlackAndWhite
Section titled "printInBlackAndWhite"printInBlackAndWhite: boolean printNotes
Section titled "printNotes"printNotes: PrintNotes resolution
Section titled "resolution"resolution: number rightMargin
Section titled "rightMargin"rightMargin: number scaleHeadersAndFootersWithDocument
Section titled "scaleHeadersAndFootersWithDocument"scaleHeadersAndFootersWithDocument: boolean startPageNumber
Section titled "startPageNumber"startPageNumber: number topMargin
Section titled "topMargin"topMargin: number verticalResolution
Section titled "verticalResolution"verticalResolution: number Accessors
Section titled "Accessors"orientationResolved
Section titled "orientationResolved"Returns the resolved orientation for each page of the printed worksheet.
get orientationResolved(): Orientation Returns Orientation
Methods
Section titled "Methods"reset
Section titled "reset"Resets the print options to their default settings.
reset(): void