Banner Class |
Namespace: SOWIDocument.Word
The Banner type exposes the following members.
| Name | Description | |
|---|---|---|
| Banner |
Initializes a new instance of the Banner class.
Constructor without parameter
| |
| Banner(Document, BannerPositions) |
Initializes a new instance of the Banner class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| AddBanner(BannerPages, String, String) |
Adds a header or footer of this document
| |
| AddBanner(MainDocumentPart, SectionProperties, BannerPositions, BannerPages, String, String) |
Add a header or footer
| |
| AddElement |
Add a Open XML element to header or footer (see property Position)
| |
| Create |
Create header and footer including default, first and even. If they don't exist.
| |
| Exist |
Check exists the banner (header or footer: default, first or even)
| |
| Get |
Gives a Open XML part or header or footer
| |
| GetPartID |
Gives part ID of parameter pPage | |
| GetReferences |
Gives body header references or body footer references
| |
| GetSections |
Gives a list of sections of header or footer
| |
| Remove |
Remove paragraph or table of banner (default, first, even or odd) by list of elements
| |
| Test_Get |
Test case about method Get(BannerPages) because method is internal declaration
| |
| Test_GetSections |
Test case about method Get(BannerPages) because method is internal declaration
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |