类 XWPFSection

java.lang.Object
com.deepoove.poi.xwpf.XWPFSection

public class XWPFSection extends Object
  • 字段详细资料

    • sectPr

      protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr
    • pageMargin

      protected XWPFPageMargin pageMargin
    • pageSize

      protected XWPFPageSize pageSize
  • 构造器详细资料

    • XWPFSection

      public XWPFSection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
  • 方法详细资料

    • haveHeader

      public boolean haveHeader(String headerRelationId)
    • haveFooter

      public boolean haveFooter(String footerRelationId)
    • getSectPr

      public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr getSectPr()
    • getPageMargin

      public XWPFPageMargin getPageMargin()
    • getPageSize

      public XWPFPageSize getPageSize()
    • getPageWidth

      public int getPageWidth()
    • getPageHeight

      public int getPageHeight()
    • getPageContentWidth

      public BigInteger getPageContentWidth()