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...
Adds an InlineShape to the current paragraph, using Vector Markup Language (VML). Overload List
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...
Adds a page numbering field to the current paragraph. Overload List
See WordProcessingMLWriter.AddTableCell. Syntax Parameters text properties
See WordProcessingMLWriter.AddTableCell. Overload List
See WordProcessingMLWriter.AddTextRun. Syntax Parameters textRun
See WordProcessingMLWriter.AddTextRun. Overload List
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.
See WordProcessingMLWriter.EndParagraph. Syntax