Version

Search Results

AddAnchoredShape Method (WordDocumentWriter)

Adds an anchored shape with the specified size to the current paragraph. Overload List

AddEmptyParagraph Method (WordDocumentWriter)

Adds a paragraph with no content. Syntax Remarks Word processing content consumers such as MS Word may retain the previous paragraphs properties when a new paragraph is added. Adding an empty paragraph after a paragraph with non-default formatting attributes prevents subsequent paragraphs from inheriting these att...

AddHyperlink(String,IList<TextRun>,String) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address The address for the hyperlink.textRuns A list of TextRun instances which define the rich content for the hyperlink.toolTipText The text that is displayed when the user hovers the cursor over this hyperlink. Exceptions Exception Descriptio...

AddHyperlink(String,String) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address The address for the hyperlink.text The text displayed for the hyperlink. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the...

AddHyperlink(String,String,Font) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address The address for the hyperlink.text The text displayed for the hyperlink.font The Font which defines the formatting attributes for the text that is displayed. Exceptions Exception Description WordDocumentWriterException Thrown if no docume...

AddHyperlink(String,String,Font,String) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address The address for the hyperlink.text The text displayed for the hyperlink.font The Font which defines the formatting attributes for the text that is displayed.toolTipText The text that is displayed when the user hovers the cursor over this ...

AddHyperlink(String,String,String) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address The address for the hyperlink.text The text displayed for the hyperlink.toolTipText The text that is displayed when the user hovers the cursor over this hyperlink. Exceptions Exception Description WordDocumentWriterException Thrown if no ...

AddHyperlink(TextHyperlink) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters hyperlink A TextHyperlink instance which defines the properties of the hyperlink. Remarks A TextHyperlink instance can be created using the CreateTextHyperlink method.

AddHyperlink Method (WordDocumentWriter)

Adds a textual hyperlink to the current paragraph. Overload List

AddInlinePicture(Image) Method

Adds an inline picture to the current paragraph. Syntax Parameters image The image on which the picture is based. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the XmlWriter used to write content to ...