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 HeaderFooterTypeHeaderFooterType. forInt(int i)static HeaderFooterTypeHeaderFooterType. 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 XWPFFooterXWPFDocument. createFooter(HeaderFooterType type)Create a footer of the given typeXWPFHeaderXWPFDocument. createHeader(HeaderFooterType type)Create a header of the given type
-