Uses of Class
org.apache.poi.xwpf.usermodel.XWPFHeader
-
Packages that use XWPFHeader Package Description org.apache.poi.xwpf.model org.apache.poi.xwpf.usermodel -
-
Uses of XWPFHeader in org.apache.poi.xwpf.model
Methods in org.apache.poi.xwpf.model that return XWPFHeader Modifier and Type Method Description XWPFHeaderXWPFHeaderFooterPolicy. 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.XWPFHeaderXWPFHeaderFooterPolicy. 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.XWPFHeaderXWPFHeaderFooterPolicy. getDefaultHeader()XWPFHeaderXWPFHeaderFooterPolicy. getEvenPageHeader()XWPFHeaderXWPFHeaderFooterPolicy. getFirstPageHeader()XWPFHeaderXWPFHeaderFooterPolicy. getHeader(int pageNumber)Get the header that applies to the given (1 based) page.XWPFHeaderXWPFHeaderFooterPolicy. getHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type)Get this section header for the given typeXWPFHeaderXWPFHeaderFooterPolicy. 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 XWPFHeader Modifier and Type Field Description protected List<XWPFHeader>XWPFDocument. headersMethods in org.apache.poi.xwpf.usermodel that return XWPFHeader Modifier and Type Method Description XWPFHeaderXWPFDocument. createHeader(HeaderFooterType type)Create a header of the given typeXWPFHeaderXWPFDocument. getHeaderArray(int pos)Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFHeader Modifier and Type Method Description List<XWPFHeader>XWPFDocument. getHeaderList()
-