Click or drag to resize

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)
Syntax
public List<Section> GetSections(
	BannerPages pPage
)

Parameters

pPage
Type: SOWIDocument.WordBannerPages
Page default or first or even

Return Value

Type: ListSection
A 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