接口 IPage


public interface IPage
Represents the alignment of text on the page of a workbook or section.
  • 方法详细资料

    • getLeftHeader

      IHeaderFooter getLeftHeader()
      Specifies a picture or text to be left aligned in the page header.
    • getCenterHeader

      IHeaderFooter getCenterHeader()
      Specifies a picture or text to be center aligned in the page header.
    • getRightHeader

      IHeaderFooter getRightHeader()
      Specifies a picture or text to be right aligned in the page header.
    • getLeftFooter

      IHeaderFooter getLeftFooter()
      Specifies a picture or text to be left aligned in the page footer.
    • getCenterFooter

      IHeaderFooter getCenterFooter()
      Specifies a picture or text to be center aligned in the page footer.
    • getRightFooter

      IHeaderFooter getRightFooter()
      Specifies a picture or text to be right aligned in the page footer.