类 PageContentInfo
java.lang.Object
com.grapecity.documents.excel.PageContentInfo
Represent a page content info.
-
构造器概要
-
方法概要
修饰符和类型方法说明final boolean
Returns whether the column header is printed.final IRange
getRange()
Returns the range to be printed.boolean
Returns whether the row header is printed.final int
Returns the end index of the columns which are printed at the right of the page.final int
Returns the start index of the columns which are printed at the right of the page.final int
Returns the end index of the rows which are printed at the bottom of the page.final int
Returns the start index of the rows which are printed at the bottom of the page.final int
Returns the end index of the columns which are printed at the left of the page.final int
Returns the start index of the columns which are printed at the left of the page.final int
Returns the end index of the rows which are printed at the top of the page.final int
Returns the start index of the rows which are printed at the top of the page.final double
Returns a Variant value that represents a percentage by which GcExcel will scale the worksheet for printing.final void
setColumnHeaderVisible
(boolean value) Sets whether the column header is printed.final void
Sets the range to be printed.void
setRowHeaderVisible
(boolean value) Sets whether the row header is printed.final void
setTailColumnEnd
(int value) Sets the end index of the columns which are printed at the right of the page.final void
setTailColumnStart
(int value) Sets the start index of the columns which are printed at the right of the page.final void
setTailRowEnd
(int value) Sets the end index of the rows which are printed at the bottom of the page.final void
setTailRowStart
(int value) Sets the start index of the rows which are printed at the bottom of the page.final void
setTitleColumnEnd
(int value) Sets the end index of the columns which are printed at the left of the page.final void
setTitleColumnStart
(int value) Sets the start index of the columns which are printed at the left of the page.final void
setTitleRowEnd
(int value) Sets the end index of the rows which are printed at the top of the page.final void
setTitleRowStart
(int value) Sets the start index of the rows which are printed at the top of the page.final void
setZoomFactor
(double value) Sets a Variant value that represents a percentage by which GcExcel will scale the worksheet for printing.
-
构造器详细资料
-
PageContentInfo
public PageContentInfo()Creates a page content info.
-
-
方法详细资料
-
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 GcExcel will scale the worksheet for printing. -
setZoomFactor
public final void setZoomFactor(double value) Sets a Variant value that represents a percentage by which GcExcel 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.
-