Adds an inline picture with the specified size to the current paragraph. Syntax Parameters image The image on which the picture is based.size If specified, the size at which the picture is rendered. If null, the natural size of the associated image is used. Exceptions Exception Description WordDocumentWriterExcept...
Adds the specified InlinePicture to the current paragraph. Syntax Parameters inlinePicture The InlinePicture to add.
Adds an inline picture 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 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...
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...
Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Syntax Parameters shape The shape to add, such as a line, rectangle, ellipse, etc. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterExcepti...
Adds an inline shape to the current paragraph, using Vector Markup Language (VML). Overload List
Adds a text run consisting of the newline character to the current paragraph. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the XmlWriter used to write content to the stream throws an exceptio...
Adds a text run consisting of the newline character to the current paragraph. Syntax Parameters newLineType A NewLineType constant which describes the method used to define the actual character codes used in the generated output. Exceptions Exception Description WordDocumentWriterException Thrown if no document or...