public class WordProcessingHeaderFooterCollection extends ReadOnlyListBase<WordProcessingHeaderFooter>
This collection contains the items of
type.WordProcessingHeaderFooter
Modifier and Type | Method and Description |
---|---|
WordProcessingHeaderFooter |
getByOfficeHeaderFooterType(int headerFooterType)
Gets the header or footer of specified type.
|
void |
linkToPrevious(boolean isLinkToPrevious)
Links or unlinks all headers and footers to the corresponding
headers and footers in the previous section.
|
public final WordProcessingHeaderFooter getByOfficeHeaderFooterType(int headerFooterType)
headerFooterType
- A OfficeHeaderFooterType
value
that specifies the type of the header/footer to get.WordProcessingHeaderFooter
of specified type.public final void linkToPrevious(boolean isLinkToPrevious)
Links or unlinks all headers and footers to the corresponding headers and footers in the previous section.
isLinkToPrevious
- True to link the headers and footers to the previous section;
false to unlink them.