Class DOCXFtr

    • Constructor Detail

      • DOCXFtr

        public DOCXFtr​(org.apache.poi.xwpf.usermodel.XWPFFooter xwpfFooter)
        Create a new Footer by given XWPFFooter.
        Parameters:
        xwpfFooter - the XWPFFooter object.
    • Method Detail

      • accept

        public java.lang.Object accept​(IDOCXVisitor visitor)
        Description copied from interface: IDOCXVisitable
        Accepts a visitor.
      • getXWPF

        public org.apache.poi.xwpf.usermodel.XWPFFooter getXWPF()
        Description copied from interface: IXWPFElement
        Returns the XWPF object of current element.
        Specified by:
        getXWPF in interface IXWPFElement
        Overrides:
        getXWPF in class AbstractBody