The following tables list the members exposed by WordprocessingMLWriter.
Name | Description | |
---|---|---|
DefaultFont | Overridden. Returns the font that determines the formatting for all text runs which do not have more specific formatting attributes defined. | |
DefaultParagraphProperties | Overridden. Defines the default formatting for paragraphs which have no more specific formatting attributes defined. | |
DefaultTableProperties | Overridden. Defines the default formatting for tables which have no more specific formatting attributes defined. | |
DocumentProperties | Overridden. Defines the properties of the document such as Title, Author, Manager, etc. | |
FinalSectionProperties | Overridden. Defines the page-related properties of the document such as size, margins, and orientation. Applies to all content in the document which follows the last explicitly defined section. | |
NewLineType | Returns or sets a value which determines the method used to represent a newline in the generated output. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
Unit | Returns or sets a value indicating the implied unit of measurement for properties which represent graphical quantities. (Inherited from Infragistics.Documents.Word.WordDocumentWriter) | |
WriterState | Overridden. Returns a bitflag value which describes the current state of the writer. |
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) |