BannerGetSections Method |  |
Gives a list of sections of header or footer
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic List<Section> GetSections(
BannerPages pPage
)
Public Function GetSections (
pPage As BannerPages
) As List(Of Section)
Parameters
- pPage
- Type: SOWIDocument.WordBannerPages
Page default or first or even
Return Value
Type:
ListSectionA list of
Section as present header or footer.
Used property Type (note: not all supported) and property Value is the property InnerXml of Open XML Element
Remarks
If the banner not exist then add this.
Section for banner of header or footer by property Position
See Also