Adds a textual hyperlink to the current paragraph. Syntax Parameters hyperlink A TextHyperlink instance which defines the properties of the hyperlink.
Adds a textual hyperlink to the current paragraph. Overload List
Adds the specified InlinePicture to the current paragraph. Syntax Parameters inlinePicture The InlinePicture to add.
Adds the specified InlinePicture to the current paragraph. Overload List
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 headers and/or footers to the specified section of the document. Syntax Parameters parts A bitflags value which defines the header and/or footer parts to be included in the section.sectionProperties A SectionProperties instance which contains the properties for the document section in which the headers/footer...
Adds headers and/or footers to the specified section of the document. Overload List
Adds a cell to the current row, with one paragraph containing a simple text run with the specified text, optionally with the specified properties. Syntax Parameters text The string to be displayed within the cell.properties A TableCellProperties instance which defines the formatting attributes for the cell.
Adds a cell to the current row, with one paragraph containing a simple text run with the specified text, optionally with the specified properties. Overload List