Version

WordHeaderFooterWriter Class Members

The following tables list the members exposed by WordHeaderFooterWriter.

Public Properties
 NameDescription
Public PropertyDocumentWriterReturns a reference to the WordDocumentWriter associated with this instance.  
Public PropertyIsFooterReturns a boolean value indicating whether this instance represents a section footer.  
Public PropertyIsHeaderReturns a boolean value indicating whether this instance represents a section header.  
Public PropertyTypeReturns 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.  
Public Methods
 NameDescription
Public MethodAddAnchoredPictureOverloaded. Adds an anchored picture to the current paragraph.  
Public MethodAddAnchoredShapeOverloaded. Adds an anchored shape with the specified size to the current paragraph.  
Public MethodAddEmptyParagraphAdds a paragraph with no content.  
Public MethodAddHyperlinkOverloaded. Adds a textual hyperlink to the current paragraph.  
Public MethodAddInlinePictureOverloaded. Adds an inline picture to the current paragraph.  
Public MethodAddInlineShapeOverloaded. Adds an inline shape to the current paragraph, using Vector Markup Language (VML).  
Public MethodAddNewLineOverloaded. Adds a text run consisting of the newline character to the current paragraph.  
Public MethodAddPageNumberFieldOverloaded. Adds a page numbering field to the current paragraph.  
Public MethodAddTableCellOverloaded. Adds a cell to the current row, with one paragraph containing a simple text run with the specified text.  
Public MethodAddTextRunOverloaded. Adds a text run to the current paragraph.  
Public MethodCloseCloses and flushes the writer.  
Public MethodEndParagraphCloses a previously created paragraph.  
Public MethodEndTableCloses a previously opened table.  
Public MethodEndTableCellCloses a previously opened cell.  
Public MethodEndTableRowCloses the current table row.  
Public MethodOpenOpens the writer.  
Public MethodStartParagraphOverloaded. Starts a new paragraph in the document with the default formatting.  
Public MethodStartTableOverloaded. Starts a new table in the document with the specified number of columns.  
Public MethodStartTableCellStarts a new cell in the current row.  
Public MethodStartTableRowOverloaded. Starts a new row in the current table with the default height.  
See Also