Version

Search Results

AddInlineShape(VmlShape) Method

Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Syntax Parameters shape The shape to add, such as a line, rectangle, ellipse, etc. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterExcepti...

AddInlineShape Method (WordHeaderFooterWriter)

Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Overload List

AddNewLine() Method

Adds a text run consisting of the newline character to the current paragraph. Syntax

AddNewLine(NewLineType) Method

Adds a text run consisting of the newline character to the current paragraph. Syntax Parameters newLineType

AddNewLine Method (WordHeaderFooterWriter)

Adds a text run consisting of the newline character to the current paragraph. Overload List

AddPageNumberField(PageNumberField) Method

Adds a page numbering field to the current paragraph. Syntax Parameters pageNumberField A PageNumberField value which defines the properties of the page number. Remarks This method can only be called when a paragraph is currently open. A page number field is similar to a text run; it can be embedded within the par...

AddPageNumberField(PageNumberFieldFormat) Method

Adds a page numbering field to the current paragraph. Syntax Parameters format A PageNumberFieldFormat value which defines the format for the page number.

AddPageNumberField(PageNumberFieldFormat,Font) Method

Adds a page numbering field to the current paragraph. Syntax Parameters format A PageNumberFieldFormat value which defines the format for the page number.font A Font instance which defines the formatting attributes for the page number. Remarks This method can only be called when a paragraph is currently open. A pa...

AddPageNumberField Method (WordHeaderFooterWriter)

Adds a page numbering field to the current paragraph. Overload List

AddTableCell(String) Method

Adds a cell to the current row, with one paragraph containing a simple text run with the specified text. Syntax Parameters text