Version

Search Results

StartParagraph() Method

Starts a new paragraph in the document with the default formatting. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document is currently open. Remarks This method starts a element. Callers are responsible for closing this element. The element can be closed ...

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 (WordDocumentWriter)

Starts a new paragraph in the document with the default formatting. 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(Int32) Method

Starts a new table in the document with the specified number of columns. Syntax Parameters columnCount The total number of columns in the table. Columns added with this overload have a width of one inch. Note that by default, actual column widths are determined automatically; to override this behavior and apply ex...

StartTable(Int32,TableProperties) Method

Starts a new table in the document with the specified number of columns. Syntax Parameters columnCount The total number of columns in the table. Columns added with this overload have a width of one inch. Note that by default, actual column widths are determined automatically; to override this behavior and apply ex...

StartTable Method (WordDocumentWriter)

Starts a new table in the document with the specified number of columns. Overload List

StartTableCell Method (WordDocumentWriter)

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

StartTableRow() Method

Starts a new row in the current table with the default height. Syntax

StartTableRow(TableRowProperties) Method

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