Version

Search Results

Attribute Property

Returns the fully qualified name of the XML attribute that was being written at the time the exception was thrown, or null if there is no associated attribute. Syntax

Element Property

Returns the fully qualified name of the XML element that was being written at the time the exception was thrown, or null if there is no associated element. Syntax

WordDocumentWriter Class Members

Public Properties Public Methods

AddAnchoredPicture(AnchoredPicture) Method

Adds an anchored picture to the current paragraph. Syntax Parameters anchoredPicture The AnchoredPicture instance to be added to the paragraph. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the XmlWr...

AddAnchoredPicture(Image) Method

Adds an anchored 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 t...

AddAnchoredPicture Method (WordDocumentWriter)

Adds an anchored picture to the current paragraph. Overload List

AddAnchoredShape(AnchoredShape) Method

Adds an anchored shape with the specified size to the current paragraph. Syntax Parameters anchoredShape The AnchoredShape instance to be added to the paragraph. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException T...

AddAnchoredShape(ShapeType) Method

Adds an anchored shape with the specified size to the current paragraph. 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. WordDocumentWriterXmlWriterException T...