Version

Search Results

AddHyperlink(String,String,String) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters address text toolTipText

AddHyperlink(TextHyperlink) Method

Adds a textual hyperlink to the current paragraph. Syntax Parameters hyperlink

AddHyperlink Method (WordHeaderFooterWriter)

Adds a textual hyperlink to the current paragraph. Overload List

AddInlinePicture(Image) Method

Adds an inline picture to the current paragraph. Syntax Parameters image

AddInlinePicture(Image,Nullable<SizeF>) Method

Adds an inline picture to the current paragraph. Syntax Parameters image size

AddInlinePicture(InlinePicture) Method

Adds an inline picture to the current paragraph. Syntax Parameters inlinePicture

AddInlinePicture Method (WordHeaderFooterWriter)

Adds an inline picture 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(ShapeType) Method

Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Syntax Parameters shapeType A ShapeType constant which defines the type of shape to add. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterE...

AddInlineShape(ShapeType,Nullable<Size>) Method

Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Syntax Parameters shapeType A ShapeType constant which defines the type of shape to add.size If specified, the size at which the shape is rendered. If null, the shape is rendered at a size of one inch square.. Exceptions Exception D...