Class SectionWrapper

java.lang.Object
org.docx4j.model.structure.SectionWrapper
Direct Known Subclasses:
ConversionSectionWrapper

public class SectionWrapper extends Object
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • page

      private PageDimensions page
    • headerFooterPolicy

      private HeaderFooterPolicy headerFooterPolicy
    • sectPr

      private SectPr sectPr
      So we can access the stuff which we don't explicitly handle here.
  • Constructor Details

  • Method Details

    • getPageDimensions

      public PageDimensions getPageDimensions()
    • getHeaderFooterPolicy

      public HeaderFooterPolicy getHeaderFooterPolicy()
      Returns:
      the headerFooterPolicy
    • getSectPr

      public SectPr getSectPr()
      Returns:
      the sectPr
    • setSectPr

      public void setSectPr(SectPr sectPr)