-
com.grapecity.documents.excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CancellationToken
- CancellationTokenSource
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- Color
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateInfo
- DeserializationOptions
- DocumentProperties
- Event
- EventArgs
- FindOptions
- FontColorSortField
- FontInfo
- FormulaJsonError
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- JsonError
- Margin
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- Point
- PrintManager
- RadioButtonListCellType
- RangeEventArgs
- RangeFindReplace
- RangeFindReplace.FindReplaceImpl
- RangePartialClasses
- RangePartialClasses.FindReplaceImpl
- RangeTemplateCellType
- Rectangle
- RepeatSetting
- ReplaceOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- Size
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- SpecialCellsValue
- TableStyleFactory
- TextFormatInfo
- Theme
- Themes
- ThemeStorage
- ValueSortField
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
PageContentInfo
Class PageContentInfo
java.lang.Object
com.grapecity.documents.excel.PageContentInfo
Represent a page content info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns whether the column header is printed.final IRangegetRange()Returns the range to be printed.booleanReturns whether the row header is printed.final intReturns the end index of the columns which are printed at the right of the page.final intReturns the start index of the columns which are printed at the right of the page.final intReturns the end index of the rows which are printed at the bottom of the page.final intReturns the start index of the rows which are printed at the bottom of the page.final intReturns the end index of the columns which are printed at the left of the page.final intReturns the start index of the columns which are printed at the left of the page.final intReturns the end index of the rows which are printed at the top of the page.final intReturns the start index of the rows which are printed at the top of the page.final doubleReturns a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing.final voidsetColumnHeaderVisible(boolean value) Sets whether the column header is printed.final voidSets the range to be printed.voidsetRowHeaderVisible(boolean value) Sets whether the row header is printed.final voidsetTailColumnEnd(int value) Sets the end index of the columns which are printed at the right of the page.final voidsetTailColumnStart(int value) Sets the start index of the columns which are printed at the right of the page.final voidsetTailRowEnd(int value) Sets the end index of the rows which are printed at the bottom of the page.final voidsetTailRowStart(int value) Sets the start index of the rows which are printed at the bottom of the page.final voidsetTitleColumnEnd(int value) Sets the end index of the columns which are printed at the left of the page.final voidsetTitleColumnStart(int value) Sets the start index of the columns which are printed at the left of the page.final voidsetTitleRowEnd(int value) Sets the end index of the rows which are printed at the top of the page.final voidsetTitleRowStart(int value) Sets the start index of the rows which are printed at the top of the page.final voidsetZoomFactor(double value) Sets a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing.
-
Constructor Details
-
PageContentInfo
public PageContentInfo()Creates a page content info.
-
-
Method Details
-
getRowHeaderVisible
public boolean getRowHeaderVisible()Returns whether the row header is printed. -
setRowHeaderVisible
public void setRowHeaderVisible(boolean value) Sets whether the row header is printed. -
getColumnHeaderVisible
public final boolean getColumnHeaderVisible()Returns whether the column header is printed. -
setColumnHeaderVisible
public final void setColumnHeaderVisible(boolean value) Sets whether the column header is printed. -
getZoomFactor
public final double getZoomFactor()Returns a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing. -
setZoomFactor
public final void setZoomFactor(double value) Sets a Variant value that represents a percentage by which Document Solutions for Excel will scale the worksheet for printing. -
getRange
Returns the range to be printed. -
setRange
Sets the range to be printed. -
getTitleRowStart
public final int getTitleRowStart()Returns the start index of the rows which are printed at the top of the page. -
setTitleRowStart
public final void setTitleRowStart(int value) Sets the start index of the rows which are printed at the top of the page. -
getTitleRowEnd
public final int getTitleRowEnd()Returns the end index of the rows which are printed at the top of the page. -
setTitleRowEnd
public final void setTitleRowEnd(int value) Sets the end index of the rows which are printed at the top of the page. -
getTailRowStart
public final int getTailRowStart()Returns the start index of the rows which are printed at the bottom of the page. -
setTailRowStart
public final void setTailRowStart(int value) Sets the start index of the rows which are printed at the bottom of the page. -
getTailRowEnd
public final int getTailRowEnd()Returns the end index of the rows which are printed at the bottom of the page. -
setTailRowEnd
public final void setTailRowEnd(int value) Sets the end index of the rows which are printed at the bottom of the page. -
getTitleColumnStart
public final int getTitleColumnStart()Returns the start index of the columns which are printed at the left of the page. -
setTitleColumnStart
public final void setTitleColumnStart(int value) Sets the start index of the columns which are printed at the left of the page. -
getTitleColumnEnd
public final int getTitleColumnEnd()Returns the end index of the columns which are printed at the left of the page. -
setTitleColumnEnd
public final void setTitleColumnEnd(int value) Sets the end index of the columns which are printed at the left of the page. -
getTailColumnStart
public final int getTailColumnStart()Returns the start index of the columns which are printed at the right of the page. -
setTailColumnStart
public final void setTailColumnStart(int value) Sets the start index of the columns which are printed at the right of the page. -
getTailColumnEnd
public final int getTailColumnEnd()Returns the end index of the columns which are printed at the right of the page. -
setTailColumnEnd
public final void setTailColumnEnd(int value) Sets the end index of the columns which are printed at the right of the page.
-