Uses of Class
org.apache.poi.wp.usermodel.HeaderFooterType
-
Packages that use HeaderFooterType Package Description org.apache.poi.wp.usermodel org.apache.poi.xwpf.usermodel -
-
Uses of HeaderFooterType in org.apache.poi.wp.usermodel
Methods in org.apache.poi.wp.usermodel that return HeaderFooterType Modifier and Type Method Description static HeaderFooterType
HeaderFooterType. forInt(int i)
static HeaderFooterType
HeaderFooterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HeaderFooterType[]
HeaderFooterType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HeaderFooterType in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel with parameters of type HeaderFooterType Modifier and Type Method Description XWPFFooter
XWPFDocument. createFooter(HeaderFooterType type)
Create a footer of the given typeXWPFHeader
XWPFDocument. createHeader(HeaderFooterType type)
Create a header of the given type
-