Package | Description |
---|---|
org.apache.poi.wp.usermodel | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
XWPFFooter |
XWPFDocument.createFooter(HeaderFooterType type)
Create a footer of the given type
|
XWPFHeader |
XWPFDocument.createHeader(HeaderFooterType type)
Create a header of the given type
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.