PageSetup class

Represents a class contains page setup settings.

Constructors

PageSetup()

Properties

autoFirstPageNumber bool
Indicates whether to use auto first page number.
getter/setter pair
bottomMargin double
Represents the size of the bottom margin, in inches
getter/setter pair
firstPageNumber int
Represents the first page number to be used.
getter/setter pair
fitToPagesTall int
Represents the height of the pages that the worksheet will be scaled.
getter/setter pair
fitToPagesWide int
Represents the width of the pages the worksheet will be scaled.
getter/setter pair
footerMargin double
Represents the size of the footer margin, in inches
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerMargin double
Represents the size of the header margin, in inches
getter/setter pair
isBlackAndWhite bool
Indicates whether to print the worksheet as black and white.
getter/setter pair
isCenterHorizontally bool
Indicates whether to center the sheet content horizontally when it is printed.
getter/setter pair
isCenterVertically bool
Indicates whether to center the sheet content vertically when it is printed.
getter/setter pair
isDraft bool
Indicates whether to print the worksheet as draft without graphics.
getter/setter pair
isFitToPage bool
Indcates whether the fit to page is selected.
getter/setter pair
leftMargin double
Represents the size of the left margin, in inches
getter/setter pair
order ExcelPageOrder
Represents the order in which the worksheet to be printed.
getter/setter pair
orientation ExcelPageOrientation
Represents the printing orientation of the worksheet.
getter/setter pair
paperSize ExcelPaperSize
Represents the paper size for the worksheet.
getter/setter pair
printArea String
Represents the range to be printed
getter/setter pair
printErrors CellErrorPrintOptions
Represents the values to be printed insead of cell errors in the worksheet.
getter/setter pair
printQuality int
Represents the print quality, in dpi.
getter/setter pair
printTitleColumns String
Represents the columns to be repeated at each page.
getter/setter pair
printTitleRows String
Represents the rows to be repeated at each page.
getter/setter pair
rightMargin double
Represents the size of the right margin, in inches
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showGridlines bool
Indicates whether to print the gridlines in the worksheet.
getter/setter pair
showHeadings bool
Indicates whether to print row and column heading in the worksheet.
getter/setter pair
topMargin double
Represents the size of the top margin, in inches
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited