Uses of Enum Class
org.apache.poi.wp.usermodel.HeaderFooterType
Packages that use HeaderFooterType
-
Uses of HeaderFooterType in org.apache.poi.wp.usermodel
Methods in org.apache.poi.wp.usermodel that return HeaderFooterTypeModifier and TypeMethodDescriptionstatic HeaderFooterType
HeaderFooterType.forInt
(int i) static HeaderFooterType
Returns the enum constant of this class with the specified name.static HeaderFooterType[]
HeaderFooterType.values()
Returns an array containing the constants of this enum class, 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 HeaderFooterTypeModifier and TypeMethodDescriptionXWPFDocument.createFooter
(HeaderFooterType type) Create a footer of the given typeXWPFDocument.createHeader
(HeaderFooterType type) Create a header of the given type