Version

Search Results

AddHyperlink(TextHyperlink) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters hyperlink A TextHyperlink instance which defines the properties of the hyperlink.

AddHyperlink Method (WordprocessingMLWriter)

Adds a textual hyperlink to the current paragraph. Overload List

AddInlinePicture(InlinePicture) Method

Adds the specified InlinePicture to the current paragraph. Syntax Parameters inlinePicture The InlinePicture to add.

AddInlinePicture Method (WordprocessingMLWriter)

Adds the specified InlinePicture to the current paragraph. Overload List

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 (WordprocessingMLWriter)

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

AddSectionHeaderFooter(SectionHeaderFooterParts,SectionProperties) Method

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...

AddSectionHeaderFooter Method (WordprocessingMLWriter)

Adds headers and/or footers to the specified section of the document. Overload List

AddTableCell(String,TableCellProperties) Method

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.

AddTableCell Method (WordprocessingMLWriter)

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