void
Sets the custom paper size, in unit of inches.
void
Generate the page setup from the json.
boolean
Gets whether the header and footer are aligned with the margins set in the page setup options.
boolean
Gets whether column widths are adjusted to fit the longest text width for printing.
boolean
Gets whether row heights are adjusted to fit the tallest text height for printing.
boolean
Gets whether elements of the document will be printed in black and white.
double
Gets the size of the bottom margin, in points.
Gets whether center aligns the footer information in the PageSetup object.
Gets a
IGraphic
object that represents the picture for the centersection of the footer.
Gets whether center aligns the header information in the PageSetup object.
Gets a
IGraphic
object that represents the picture for the centersection of the header.
boolean
Gets whether the sheet is centered horizontally on the page when it's printed.
boolean
Gets whether the sheet is centered vertically on the page when it's printed.
boolean
Gets whether a different header or footer is used on the first page.
boolean
Gets whether the sheet will be printed without graphics.
Gets the alignment of text on the even
IPage
of a workbook orsection.
Gets the alignment of text on the first
IPage
of a workbook orsection.
int
Gets the first page number that will be used when this sheet is printed.
int
Gets the number of pages tall the worksheet will be scaled to when it's printed.
int
Gets the number of pages wide the worksheet will be scaled to when it's printed.
double
Gets the size of the footer margin, in points.
double
Gets the size of the header margin, in points.
boolean
Gets whether the first page number is automatically assigned.
boolean
Gets whether the worksheet is scaled as a percentage.
Gets the alignment of text on the left footer of a workbook or section.
Gets a
IGraphic
object that represents the picture for the leftsection of the footer.
Gets the alignment of text on the left header of a workbook or section.
Gets a
IGraphic
object that represents the picture for the leftsection of the header.
double
Gets the size of the left margin, in points.
boolean
Gets whether the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages.
Gets a
Order
value that represents the orderuses to number pages when printing a large worksheet.
Gets a
PageOrientation
value that represents the portrait orlandscape printing mode.
double
Sets the height in inches of the paper, considered page orientation.
Gets the size of the paper.
double
Gets the width in inches of the paper, considered page orientation.
Gets the range to be printed, as a string using A1-style references in the language of the macro.
Gets the way comments are printed with the sheet.
int
Gets number of copies to print.
Gets an PrintErrors contstant specifying the type of print error displayed.
boolean
Gets whether cell gridlines are printed on the page.
boolean
Gets whether row and column headings are printed with this page.
boolean
Gets whether cell notes are printed as end notes with the sheet.
Gets range of pages to print, the numbers or page ranges are separated by commas counting from the beginning of the document.
Gets a
PrintQuality
value that represents the print quality ofthis page.
Gets the columns that contain the cells to be repeated on the right side of each page, as a string in A1-style notation in the language of the macro.
Gets the rows that contain the cells to be repeated on the bottom of each page, as a string in A1-style notation in the language of the macro.
Gets the columns that contain the cells to be repeated on the left side of each page, as a string in A1-style notation in the language of the macro.
Gets the rows that contain the cells to be repeated at the top of each page, as a string in A1-style notation in the language of the macro.
Gets the distance (in points) between the right edge of the page and the right boundary of the footer.
Gets a
IGraphic
object that represents the picture for the rightsection of the footer.
Gets the right part of the header.
Gets a
IGraphic
object that represents the picture for the rightsection of the header.
double
Gets the size of the right margin, in points.
boolean
Gets if the header and footer should be scaled with the document when the size of the document changes.
double
Gets the size of the top margin, in points.
int
Gets a Variant value that represents a percentage (between 10 and 400 percent) by which Document Solutions for Excel will scale the worksheet for printing.
void
Sets whether the header and footer should be aligned with the margins set in the page setup options.
void
Sets whether column widths are adjusted to fit the longest text width for printing.
void
Sets whether row heights are adjusted to fit the tallest text height for printing.
void
Sets whether elements of the document will be printed in black and white.
void
Sets the size of the bottom margin, in points.
void
Sets whether center aligns the footer information in the PageSetup object.
void
Sets whether center aligns the header information in the PageSetup object.
void
Sets whether the sheet is centered horizontally on the page when it's printed.
void
Sets whether the sheet is centered vertically on the page when it's printed.
void
Sets whether a different header or footer is used on the first page.
void
Sets whether the sheet will be printed without graphics.
void
Sets the first page number that will be used when this sheet is printed.
void
Sets the number of pages tall the worksheet will be scaled to when it's printed.
void
Sets the number of pages wide the worksheet will be scaled to when it's printed.
void
Sets the size of the footer margin, in points.
void
Sets the size of the header margin, in points.
void
Sets whether the first page number is automatically assigned.
void
Sets whether the worksheet is scaled as a percentage.
void
Sets the alignment of text on the left footer of a workbook or section.
void
Sets the alignment of text on the left header of a workbook or section.
void
Sets the size of the left margin, in points.
void
Sets whether the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages.
void
Sets a
Order
value that represents the orderuses to number pages when printing a large worksheet.
void
Sets a
PageOrientation
value that represents the portrait orlandscape printing mode.
void
Sets the size of the paper.
void
Sets the range to be printed, as a string using A1-style references in the language of the macro.
void
Sets the way comments are printed with the sheet.
void
Sets number of copies to print.
void
Sets an PrintErrors contstant specifying the type of print error displayed.
void
Sets whether cell gridlines are printed on the page.
void
Sets whether row and column headings are printed with this page.
void
Sets whether cell notes are printed as end notes with the sheet.
void
Sets range of pages to print, the numbers or page ranges are separated by commas counting from the beginning of the document.
void
Sets a
PrintQuality
value that represents the print quality of thispage.
void
Sets the columns that contain the cells to be repeated on the right side of each page, as a string in A1-style notation in the language of the macro.
void
Sets the rows that contain the cells to be repeated on the bottom of each page, as a string in A1-style notation in the language of the macro.
void
Sets the columns that contain the cells to be repeated on the left side of each page, as a string in A1-style notation in the language of the macro.
void
Sets the rows that contain the cells to be repeated at the top of each page, as a string in A1-style notation in the language of the macro.
void
Sets the distance (in points) between the right edge of the page and the right boundary of the footer.
void
Sets the right part of the header.
void
Sets the size of the right margin, in points.
void
Sets if the header and footer should be scaled with the document when the size of the document changes.
void
Sets the size of the top margin, in points.
void
Sets a Variant value that represents a percentage (between 10 and 400 percent) by which Document Solutions for Excel will scale the worksheet for printing.
Generate the json from page setup.