类 PageContentInfo

java.lang.Object
com.grapecity.documents.excel.PageContentInfo

public class PageContentInfo extends Object
Represent a page content info.
  • 构造器概要

    构造器
    构造器
    说明
    Creates a page content info.
  • 方法概要

    修饰符和类型
    方法
    说明
    final boolean
    Returns whether the column header is printed.
    final IRange
    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
    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.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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

      public final IRange getRange()
      Returns the range to be printed.
    • setRange

      public final void setRange(IRange value)
      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.