Class XHTMLMasterPage

java.lang.Object
fr.opensagres.poi.xwpf.converter.xhtml.internal.XHTMLMasterPage
All Implemented Interfaces:
fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>

public class XHTMLMasterPage extends Object implements fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
  • Constructor Details

    • XHTMLMasterPage

      public XHTMLMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
  • Method Details

    • getHeader

      public String getHeader()
      Specified by:
      getHeader in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • setHeader

      public void setHeader(String header)
      Specified by:
      setHeader in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • getFooter

      public String getFooter()
      Specified by:
      getFooter in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • setFooter

      public void setFooter(String footer)
      Specified by:
      setFooter in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • getSectPr

      public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr getSectPr()
      Specified by:
      getSectPr in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • getType

      public int getType()
      Specified by:
      getType in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>
    • setType

      public boolean setType(int type)
      Specified by:
      setType in interface fr.opensagres.poi.xwpf.converter.core.IXWPFMasterPage<String>