Version

Search Results

DefaultFont Property (WordDocumentWriter)

Returns the font that determines the formatting for all text runs which do not have more specific formatting attributes defined. Syntax

DefaultParagraphProperties Property (WordDocumentWriter)

Defines the default formatting for paragraphs which have no more specific formatting attributes defined. Syntax

DefaultTableProperties Property (WordDocumentWriter)

Defines the default formatting for tables which have no more specific formatting attributes defined. Syntax

DefineSection Method (WordDocumentWriter)

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

Dispose Method (WordDocumentWriter)

Releases any resources being used by this object. Syntax Remarks Derived classes must override this method and release any resources currently in use.

DocumentProperties Property (WordDocumentWriter)

Defines the properties of the document such as Title, Author, Manager, etc. Syntax

EndDocument() Method

Closes a previously opened document. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document is currently open.

EndDocument(Boolean) Method

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.

EndDocument Method (WordDocumentWriter)

Closes a previously opened document. Overload List

EndParagraph Method (WordDocumentWriter)

Closes a previously created paragraph. Syntax Exceptions Exception Description WordDocumentWriterException Thrown if no document or paragraph is currently open.