Version

Search Results

AddInlineShape(InlineShape) Method

Adds an InlineShape to the current paragraph, using Vector Markup Language (VML). Syntax Parameters inlineShape The instance to add. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the XmlWriter used t...

AddInlineShape Method (WordprocessingMLHeaderFooterWriter)

Adds an InlineShape to the current paragraph, using Vector Markup Language (VML). 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 Method (WordprocessingMLHeaderFooterWriter)

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

AddTableCell(String,TableCellProperties) Method

See WordProcessingMLWriter.AddTableCell. Syntax Parameters text properties

AddTableCell Method (WordprocessingMLHeaderFooterWriter)

See WordProcessingMLWriter.AddTableCell. Overload List

AddTextRun(TextRun) Method

See WordProcessingMLWriter.AddTextRun. Syntax Parameters textRun

AddTextRun Method (WordprocessingMLHeaderFooterWriter)

See WordProcessingMLWriter.AddTextRun. Overload List

Close Method (WordprocessingMLHeaderFooterWriter)

Closes and flushes the writer. Syntax Remarks The Close method closes the underlying XML writer, which finalizes the content and commits it to the associated package part.

EndParagraph Method (WordprocessingMLHeaderFooterWriter)

See WordProcessingMLWriter.EndParagraph. Syntax