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.
|
addInternally, contains, get_Item, getCount, getInnerList, indexOf, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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.Copyright © 2026. All rights reserved.