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 XWPFHeader
XWPFHeaderFooterPolicy. 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.XWPFHeader
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.XWPFHeader
XWPFHeaderFooterPolicy. getDefaultHeader()
XWPFHeader
XWPFHeaderFooterPolicy. getEvenPageHeader()
XWPFHeader
XWPFHeaderFooterPolicy. getFirstPageHeader()
XWPFHeader
XWPFHeaderFooterPolicy. getHeader(int pageNumber)
Get the header that applies to the given (1 based) page.XWPFHeader
XWPFHeaderFooterPolicy. getHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type)
Get this section header for the given typeXWPFHeader
XWPFHeaderFooterPolicy. 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 java.util.List<XWPFHeader>
XWPFDocument. headers
Methods in org.apache.poi.xwpf.usermodel that return XWPFHeader Modifier and Type Method Description XWPFHeader
XWPFDocument. createHeader(HeaderFooterType type)
Create a header of the given typeXWPFHeader
XWPFDocument. getHeaderArray(int pos)
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFHeader Modifier and Type Method Description java.util.List<XWPFHeader>
XWPFDocument. getHeaderList()
-