BannerAddElement Method |  |
Add a Open XML element to header or footer (see property
Position)
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal void AddElement(
OpenXmlElement pOpenXmlElement,
BannerPages pPage = BannerPages.Default
)
Friend Sub AddElement (
pOpenXmlElement As OpenXmlElement,
Optional pPage As BannerPages = BannerPages.Default
)
Parameters
- pOpenXmlElement
- Type: OpenXmlElement
A Open XML element to add - pPage (Optional)
- Type: SOWIDocument.WordBannerPages
Page default or first or even
Exceptions| Exception | Condition |
|---|
| Exception | Postion (header or footer) not definition or other exception. |
Remarks
See Also