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
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 with the default formatting. 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 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...
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...
Starts a new table in the document with the specified number of columns. Overload List
Starts a new cell in the current row. Syntax Parameters properties
Starts a new row in the current table with the default height. Syntax
Starts a new row in the current table. Syntax Parameters properties