Class XWPFFooter

  • All Implemented Interfaces:
    IBody

    public class XWPFFooter
    extends XWPFHeaderFooter
    Sketch of XWPF footer class
    • Constructor Detail

      • XWPFFooter

        public XWPFFooter()
      • XWPFFooter

        public XWPFFooter​(XWPFDocument doc,
                          CTHdrFtr hdrFtr)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • XWPFFooter

        public XWPFFooter​(POIXMLDocumentPart parent,
                          PackagePart part)
                   throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        POI 3.14-Beta1
    • Method Detail

      • getPartType

        public BodyType getPartType()
        get the PartType of the body
        Returns:
        the PartType of the body
        See Also:
        IBody.getPartType()