Flushes the contents of the buffer to the underlying stream. Syntax
Starts a WordprocessingML document. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if the XmlWriter used to create the content could not be opened. Remarks This method starts the
Starts a new paragraph in the document. Syntax Parameters properties A ParagraphProperties instance which defines properties such as alignment and indentation for the paragraph. An new instance of this class can be obtained by calling the CreateParagraphProperties method. Exceptions Exception Description WordDocum...
Starts a new paragraph in the document. Overload List
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. Syntax Parameters columnWidths A list of values which contains the width for each column to be added. T...
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. Overload List
Starts a new cell in the current row. Syntax Parameters properties
Starts a new cell in the current row. Overload List
Starts a new row in the current table. Syntax Parameters properties
Starts a new row in the current table. Overload List