The following tables list the members exposed by WordHeaderFooterWriter.
Name | Description | |
---|---|---|
![]() | DocumentWriter | Returns a reference to the WordDocumentWriter associated with this instance. |
![]() | IsFooter | Returns a boolean value indicating whether this instance represents a section footer. |
![]() | IsHeader | Returns a boolean value indicating whether this instance represents a section header. |
![]() | Type | Returns a value which describes whether the asssociated header/footer appears on all pages in the section, or only on the first page of the section. |
Name | Description | |
---|---|---|
![]() | AddAnchoredPicture | Overloaded. Adds an anchored picture to the current paragraph. |
![]() | AddAnchoredShape | Overloaded. Adds an anchored shape with the specified size to the current paragraph. |
![]() | AddEmptyParagraph | Adds a paragraph with no content. |
![]() | AddHyperlink | Overloaded. Adds a textual hyperlink to the current paragraph. |
![]() | AddInlinePicture | Overloaded. Adds an inline picture to the current paragraph. |
![]() | AddInlineShape | Overloaded. Adds an inline shape to the current paragraph, using Vector Markup Language (VML). |
![]() | AddNewLine | Overloaded. Adds a text run consisting of the newline character to the current paragraph. |
![]() | AddPageNumberField | Overloaded. Adds a page numbering field to the current paragraph. |
![]() | AddTableCell | Overloaded. Adds a cell to the current row, with one paragraph containing a simple text run with the specified text. |
![]() | AddTextRun | Overloaded. Adds a text run to the current paragraph. |
![]() | Close | Closes and flushes the writer. |
![]() | EndParagraph | Closes a previously created paragraph. |
![]() | EndTable | Closes a previously opened table. |
![]() | EndTableCell | Closes a previously opened cell. |
![]() | EndTableRow | Closes the current table row. |
![]() | Open | Opens the writer. |
![]() | StartParagraph | Overloaded. Starts a new paragraph in the document with the default formatting. |
![]() | StartTable | Overloaded. Starts a new table in the document with the specified number of columns. |
![]() | StartTableCell | Starts a new cell in the current row. |
![]() | StartTableRow | Overloaded. Starts a new row in the current table with the default height. |