@Deprecated public class WordsHeaderFooterCollection extends ReadOnlyListBase<WordsHeaderFooter>
Represents a collection of headers and footers in a Word document.
Modifier and Type | Method and Description |
---|---|
WordsHeaderFooter |
getByOfficeHeaderFooterType(int headerFooterType)
Deprecated.
Gets the header or footer of specified type.
|
void |
linkToPrevious(boolean isLinkToPrevious)
Deprecated.
Links or unlinks all headers and footers to the corresponding
headers and footers in the previous section.
|
public final WordsHeaderFooter getByOfficeHeaderFooterType(int headerFooterType)
Gets the header or footer of specified type.
headerFooterType
- A OfficeHeaderFooterType
value
that specifies the type of the header/footer to get.WordsHeaderFooter
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.