Uses of Class
org.apache.poi.wp.usermodel.HeaderFooterType
-
Packages that use HeaderFooterType Package Description org.apache.poi.wp.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.
-