Returns the font that determines the formatting for all text runs which do not have more specific formatting attributes defined. Syntax
Defines the default formatting for paragraphs which have no more specific formatting attributes defined. Syntax
Defines the default formatting for tables which have no more specific formatting attributes defined. Syntax
Creates a section in the document, which defines the pagination for paragraphs and tables that were written since the last section was created. Syntax Parameters properties A SectionProperties instance which defines properties such as page size, margins, and orientation. An new instance of this class can be obtain...
Releases any resources being used by this object. Syntax Remarks Derived classes must override this method and release any resources currently in use.
Defines the properties of the document such as Title, Author, Manager, etc. Syntax
Closes a previously opened document. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document is currently open.
Closes a previously opened document, optionally closing the writer. Syntax Parameters closeWriter A boolean value which specifies whether the writer should also be closed. Exceptions Exception Description WordDocumentWriterException Thrown if no document is currently open.
Closes a previously opened document. Overload List
Closes a previously created paragraph. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open.