Version

Search Results

Flush Method (WordprocessingMLWriter)

Flushes the contents of the buffer to the underlying stream. Syntax

StartDocument Method (WordprocessingMLWriter)

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 and elements for the wordprocessingML document. Callers are responsible for closing all el...

StartParagraph(ParagraphProperties) Method

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...

StartParagraph Method (WordprocessingMLWriter)

Starts a new paragraph in the document. Overload List

StartTable(IList<Single>,TableProperties) Method

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...

StartTable Method (WordprocessingMLWriter)

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

StartTableCell(TableCellProperties) Method

Starts a new cell in the current row. Syntax Parameters properties

StartTableCell Method (WordprocessingMLWriter)

Starts a new cell in the current row. Overload List

StartTableRow(TableRowProperties) Method

Starts a new row in the current table. Syntax Parameters properties

StartTableRow Method (WordprocessingMLWriter)

Starts a new row in the current table. Overload List