Version

WordprocessingMLWriter Class Members

The following tables list the members exposed by WordprocessingMLWriter.

Public Properties
 NameDescription
Public PropertyDefaultFontOverridden. Returns the font that determines the formatting for all text runs which do not have more specific formatting attributes defined.  
Public PropertyDefaultParagraphPropertiesOverridden. Defines the default formatting for paragraphs which have no more specific formatting attributes defined.  
Public PropertyDefaultTablePropertiesOverridden. Defines the default formatting for tables which have no more specific formatting attributes defined.  
Public PropertyDocumentPropertiesOverridden. Defines the properties of the document such as Title, Author, Manager, etc.  
Public PropertyFinalSectionPropertiesOverridden. 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.  
Public PropertyNewLineTypeReturns or sets a value which determines the method used to represent a newline in the generated output. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public PropertyUnitReturns or sets a value indicating the implied unit of measurement for properties which represent graphical quantities. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public PropertyWriterStateOverridden. Returns a bitflag value which describes the current state of the writer.  
Public Methods
 NameDescription
Public MethodAddAnchoredPictureOverloaded. Overridden. Adds an anchored picture with the specified size to the current paragraph.  
Public MethodAddAnchoredShapeOverloaded. Overridden. Adds an anchored shape with the specified size to the current paragraph.  
Public MethodAddEmptyParagraphAdds a paragraph with no content. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodAddHyperlinkOverloaded. Overridden. Adds a textual hyperlink to the current paragraph.  
Public MethodAddInlinePictureOverloaded. Overridden. Adds the specified InlinePicture to the current paragraph.  
Public MethodAddInlineShapeOverloaded. Overridden. Adds an InlineShape to the current paragraph, using Vector Markup Language (VML).  
Public MethodAddNewLineOverloaded. Adds a text run consisting of the newline character to the current paragraph. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodAddSectionHeaderFooterOverloaded. Overridden. Adds headers and/or footers to the specified section of the document.  
Public MethodAddTableCellOverloaded. 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.  
Public MethodAddTextRunOverloaded. Overridden. Adds a text run to the current paragraph.  
Public MethodCloseOverridden. Closes the writer and finalizes content.  
Public MethodCreateAnchoredPictureCreates a new AnchoredPicture. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateAnchoredShapeOverloaded. Creates a new AnchoredShape. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateBulletPropertiesCreates a new BulletProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateFontCreates a new Font instance which can be used to format text runs. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateInlinePictureCreates a new InlinePicture. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateInlineShapeOverloaded. Creates a new InlineShape. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreatePageNumberFieldCreates a new PageNumberField. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateParagraphPropertiesCreates a new ParagraphProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreatePictureOutlinePropertiesCreates a new PictureOutlineProperties. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateSectionPropertiesCreates a new SectionProperties. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateTableBorderPropertiesCreates a new TableBorderProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateTableCellPropertiesCreates a new TableCellProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateTablePropertiesCreates a new TableProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateTableRowPropertiesCreates a new TableRowProperties instance. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateTextHyperlinkOverloaded. Creates a new TextHyperlink instance which can be used to add a textual hyperlink to the document. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodCreateVmlShapeCreates a new VmlShape-derived instance based on the specified shapeType. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodDefineSectionOverridden. Creates a section in the document, which defines the pagination for paragraphs and tables that were written since the last section was created.  
Public MethodDisposeOverridden. Closes any open streams and releases any resources being use by this object.  
Public MethodEndDocumentOverloaded. Overridden. Closes a previously opened document, optionally closing the writer.  
Public MethodEndParagraphOverridden. Closes a previously created paragraph.  
Public MethodEndTableOverridden. Closes a previously opened table, optionally adding an empty paragraph.  
Public MethodEndTableCellOverridden. Closes a previously opened cell.  
Public MethodEndTableRowOverridden. Closes the current table row.  
Public MethodFlushOverridden. Flushes the contents of the buffer to the underlying stream.  
Public MethodFromPixelsConverts the specified value into the specified unit of measure. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
Public MethodStartDocumentOverridden. Starts a WordprocessingML document.  
Public MethodStartParagraphOverloaded. Overridden. Starts a new paragraph in the document.  
Public MethodStartTableOverloaded. 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.  
Public MethodStartTableCellOverridden. Starts a new cell in the current row.  
Public MethodStartTableRowOverloaded. Overridden. Starts a new row in the current table.  
Public MethodToPixelsConverts the specified value into a pixel value at the specified resolution. (Inherited from Infragistics.Documents.Word.WordDocumentWriter)
See Also