| Name | Description |
 | getAlignMarginsHeaderFooter | Returns whether to align the header and the footer with the margins set in the page setup options. |
 | getBlackAndWhite | Returns whether the elements of the document will be printed in black and white. |
 | getBottomMargin | Returns the size of the bottom margin, in points. |
 | getCenterFooter | Returns the alignment of text on the center footer of the page. |
 | getCenterFooterPicture | Returns a IGraphic object that represents the picture for the center section of the footer. Used to set attributes about the picture. |
 | getCenterHeader | Returns the alignment of text on the center header of the page. |
 | getCenterHeaderPicture | Returns a IGraphic object that represents the picture for the center section of the header. Used to set attributes about the picture. |
 | getCenterHorizontally | Returns whether the sheet is centered horizontally on the page when it's printed. |
 | getCenterVertically | Returns whether the sheet is centered vertically on the page when it's printed. |
 | getDraft | Returns whether the sheet will be printed without graphics. |
 | getFooterMargin | Returns the size of the footer margin, in points. |
 | getHeaderMargin | Returns the size of the header margin, in points. |
 | getLeftFooter | Returns the alignment of text on the left footer of the page. |
 | getLeftFooterPicture | Returns a IGraphic object that represents the picture for the left section of the footer. Used to set attributes about the picture. |
 | getLeftHeader | Returns the alignment of text on the left header of the page. |
 | getLeftHeaderPicture | Returns a IGraphic object that represents the picture for the left section of the header. Used to set attributes about the picture. |
 | getLeftMargin | Returns the size of the left margin, in points. |
 | getPaperHeight | Returns the height in points of the paper, considered page orientation. |
 | getPaperWidth | Returns the width in points of the paper, considered page orientation. |
 | getPrintErrors | Returns an PrintErrors contstant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet. |
 | getPrintGridlines | Returns whether cell gridlines are printed on the page. Applies only to worksheets. |
 | getRightFooter | Returns the alignment of text on the right footer of the page. |
 | getRightFooterPicture | Returns a IGraphic object that represents the picture for the right section of the footer. Used to set attributes of the picture. |
 | getRightHeader | Returns the alignment of text on the right header of the page. |
 | getRightHeaderPicture | Returns a IGraphic object that represents the picture for the right section of the header. Used to set attributes of the picture. |
 | getRightMargin | Returns the size of the right margin, in points. |
 | getScaleWithDocHeaderFooter | Returns if the header and footer should be scaled with the document when the size of the document changes. |
 | getTopMargin | Returns the size of the top margin, in points. |
 | setAlignMarginsHeaderFooter | Sets whether to align the header and the footer with the margins set in the page setup options. |
 | setBlackAndWhite | Sets whether the elements of the document will be printed in black and white. |
 | setBottomMargin | Sets the size of the bottom margin, in points. |
 | setCenterFooter | Sets the alignment of text on the center footer of the page. |
 | setCenterFooterPicture | Sets a IGraphic object that represents the picture for the center section of the footer. Used to set attributes about the picture. |
 | setCenterHeader | Sets the alignment of text on the center header of the page. |
 | setCenterHeaderPicture | Sets a IGraphic object that represents the picture for the center section of the header. Used to set attributes about the picture. |
 | setCenterHorizontally | Sets whether the sheet is centered horizontally on the page when it's printed. |
 | setCenterVertically | Sets whether the sheet is centered vertically on the page when it's printed. |
 | setDraft | Sets whether the sheet will be printed without graphics. |
 | setFooterMargin | Sets the size of the footer margin, in points. |
 | setHeaderMargin | Sets the size of the header margin, in points. |
 | setLeftFooter | Sets the alignment of text on the left footer of the page. |
 | setLeftFooterPicture | Sets a IGraphic object that represents the picture for the left section of the footer. Used to set attributes about the picture. |
 | setLeftHeader | Sets the alignment of text on the left header of the page. |
 | setLeftHeaderPicture | Sets a IGraphic object that represents the picture for the left section of the header. Used to set attributes about the picture. |
 | setLeftMargin | Sets the size of the left margin, in points. |
 | setPaperHeight | Sets the height in points of the paper, considered page orientation. |
 | setPaperWidth | Sets the width in points of the paper, considered page orientation. |
 | setPrintErrors | Sets an PrintErrors contstant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet. |
 | setPrintGridlines | Sets whether cell gridlines are printed on the page. Applies only to worksheets. |
 | setRightFooter | Sets the alignment of text on the right footer of the page. |
 | setRightFooterPicture | Sets a IGraphic object that represents the picture for the right section of the footer. Used to set attributes of the picture. |
 | setRightHeader | Sets the alignment of text on the right header of the page. |
 | setRightHeaderPicture | Sets a IGraphic object that represents the picture for the right section of the header. Used to set attributes of the picture. |
 | setRightMargin | Sets the size of the right margin, in points. |
 | setScaleWithDocHeaderFooter | Sets if the header and footer should be scaled with the document when the size of the document changes. |
 | setTopMargin | Sets the size of the top margin, in points. |