Adds a text run consisting of the newline character to the current paragraph. Overload List
Adds headers and/or footers to the main section of the document. Syntax Parameters parts
Adds headers and/or footers to the specified section of the document. Syntax Parameters parts A bitflags value which defines the header and/or footer parts to be included in the section.sectionProperties A SectionProperties instance which contains the properties for the document section in which the headers/footer...
Adds headers and/or footers to the main section of the document. Overload List
Adds a cell to the current row, with one paragraph containing a simple text run with the specified text. Syntax Parameters text The string to be displayed within the cell.
Adds a cell to the current row, with one paragraph containing a simple text run with the specified text, optionally with the specified properties. Syntax Parameters text The string to be displayed within the cell.properties A TableCellProperties instance which defines the formatting attributes for the cell.
Adds a cell to the current row, with one paragraph containing a simple text run with the specified text. Overload List
Adds a text run to the current paragraph. Syntax Parameters text The string value to write. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if the XmlWriter used to write content to the stream throws an e...
Adds a text run to the current paragraph. Syntax Parameters text The string value to write.font The font that is applied to all characters in the run. Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open. WordDocumentWriterXmlWriterException Thrown if th...
Adds a text run to the current paragraph. Syntax Parameters text The string value to write.font The font that is applied to all characters in the run.checkSpellingAndGrammar A boolean value specifying whether the contents of the run are checked for spelling and grammar. Exceptions Exception Description WordDocumen...