|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderFooterType | |
---|---|
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 | |
---|---|
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 | |
---|---|
XWPFFooter |
XWPFDocument.createFooter(HeaderFooterType type)
Create a footer of the given type |
XWPFHeader |
XWPFDocument.createHeader(HeaderFooterType type)
Create a header of the given type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |