For a list of all members of this type, see WordprocessingMLWriter members.
Name | Description | |
---|---|---|
AddAnchoredPicture | Overloaded. Overridden. Adds an anchored picture with the specified size to the current paragraph. | |
AddAnchoredShape | Overloaded. Overridden. Adds an anchored shape with the specified size to the current paragraph. | |
AddEmptyParagraph | Adds a paragraph with no content. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
AddHyperlink | Overloaded. Overridden. Adds a textual hyperlink to the current paragraph. | |
AddInlinePicture | Overloaded. Overridden. Adds the specified InlinePicture to the current paragraph. | |
AddInlineShape | Overloaded. Overridden. Adds an InlineShape to the current paragraph, using Vector Markup Language (VML). | |
AddNewLine | Overloaded. Adds a text run consisting of the newline character to the current paragraph. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
AddSectionHeaderFooter | Overloaded. Overridden. Adds headers and/or footers to the specified section of the document. | |
AddTableCell | Overloaded. Overridden. Adds a cell to the current row, with one paragraph containing a simple text run with the specified text, optionally with the specified properties. | |
AddTextRun | Overloaded. Overridden. Adds a text run to the current paragraph. | |
Close | Overridden. Closes the writer and finalizes content. | |
CreateAnchoredPicture | Creates a new AnchoredPicture. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateAnchoredShape | Overloaded. Creates a new AnchoredShape. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateBulletProperties | Creates a new BulletProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateFont | Creates a new Font instance which can be used to format text runs. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateInlinePicture | Creates a new InlinePicture. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateInlineShape | Overloaded. Creates a new InlineShape. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreatePageNumberField | Creates a new PageNumberField. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateParagraphProperties | Creates a new ParagraphProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreatePictureOutlineProperties | Creates a new PictureOutlineProperties. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateSectionProperties | Creates a new SectionProperties. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateTableBorderProperties | Creates a new TableBorderProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateTableCellProperties | Creates a new TableCellProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateTableProperties | Creates a new TableProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateTableRowProperties | Creates a new TableRowProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateTextHyperlink | Overloaded. Creates a new TextHyperlink instance which can be used to add a textual hyperlink to the document. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
CreateVmlShape | Creates a new VmlShape-derived instance based on the specified shapeType. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
DefineSection | Overridden. Creates a section in the document, which defines the pagination for paragraphs and tables that were written since the last section was created. | |
Dispose | Overridden. Closes any open streams and releases any resources being use by this object. | |
EndDocument | Overloaded. Overridden. Closes a previously opened document, optionally closing the writer. | |
EndParagraph | Overridden. Closes a previously created paragraph. | |
EndTable | Overridden. Closes a previously opened table, optionally adding an empty paragraph. | |
EndTableCell | Overridden. Closes a previously opened cell. | |
EndTableRow | Overridden. Closes the current table row. | |
Flush | Overridden. Flushes the contents of the buffer to the underlying stream. | |
FromPixels | Converts the specified value into the specified unit of measure. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
StartDocument | Overridden. Starts a WordprocessingML document. | |
StartParagraph | Overloaded. Overridden. Starts a new paragraph in the document. | |
StartTable | Overloaded. Overridden. Starts a new table in the document with the number of columns equal to the number of elements in the specified columnWidths list, and with the width of each column defined by the corresponding value in the list. | |
StartTableCell | Overridden. Starts a new cell in the current row. | |
StartTableRow | Overloaded. Overridden. Starts a new row in the current table. | |
ToPixels | Converts the specified value into a pixel value at the specified resolution. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) |