Version

Search Results

EndTable Method (WordHeaderFooterWriter)

Closes a previously opened table. Syntax

EndTableCell Method (WordHeaderFooterWriter)

Closes a previously opened cell. Syntax

EndTableRow Method (WordHeaderFooterWriter)

Closes the current table row. Syntax

IsFooter Property

Returns a boolean value indicating whether this instance represents a section footer. Syntax

IsHeader Property

Returns a boolean value indicating whether this instance represents a section header. Syntax

Open Method (WordHeaderFooterWriter)

Opens the writer. Syntax

StartParagraph() Method

Starts a new paragraph in the document with the default formatting. Syntax

StartParagraph(ParagraphProperties) Method

Starts a new paragraph in the document. Syntax Parameters properties

StartParagraph Method (WordHeaderFooterWriter)

Starts a new paragraph in the document with the default formatting. Overload List

StartTable(IList<Single>,TableProperties) Method

Starts a new table in the document with the number of columns equal to the number of elements in the specified columnWidths list, and with the width of each column defined by the corresponding value in the list. Syntax Parameters columnWidths properties