Uses of Class
org.apache.poi.xwpf.usermodel.XWPFHeader
Packages that use XWPFHeader
-
Uses of XWPFHeader in org.apache.poi.xwpf.model
Methods in org.apache.poi.xwpf.model that return XWPFHeaderModifier and TypeMethodDescriptionXWPFHeaderFooterPolicy.createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) Creates an empty header of the specified type, containing a single empty paragraph, to which you can then set text, add more paragraphs etc.XWPFHeaderFooterPolicy.createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, XWPFParagraph[] pars) Creates a new header of the specified type, to which the supplied (and previously unattached!) paragraphs are added to.XWPFHeaderFooterPolicy.getDefaultHeader()XWPFHeaderFooterPolicy.getEvenPageHeader()XWPFHeaderFooterPolicy.getFirstPageHeader()XWPFHeaderFooterPolicy.getHeader(int pageNumber) Get the header that applies to the given (1 based) page.XWPFHeaderFooterPolicy.getHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) Get this section header for the given typeXWPFHeaderFooterPolicy.getOddPageHeader()Returns the odd page header. -
Uses of XWPFHeader in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFHeaderMethods in org.apache.poi.xwpf.usermodel that return XWPFHeaderModifier and TypeMethodDescriptionXWPFDocument.createHeader(HeaderFooterType type) Create a header of the given typeXWPFDocument.getHeaderArray(int pos) Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFHeader