Version

Search Results

EastAsiaCulture Property

Specifies the language which is used when processing the contents of text runs which contain East Asian characters, as determined by the Unicode character values of the run content. Syntax

LatinCulture Property

Specifies the language which shall be used to check spelling and grammar (if requested) when processing the contents of text runs which contain Latin characters, as determined by the Unicode character values of the run content. Syntax

Reset Method (WordDocumentProperties)

Restores all properties of this class to their respective default values. Syntax

Template Property

Returns the document template to be used by the consuming application. This property currently only supports a value of Normal.dotm Syntax

WordDocumentWriter Class

Abstract class which provides a fast, non-cached, forward-only way of generating streams or files containing word processing data. Syntax

WordDocumentWriterException Class

Thrown when an error is encountered by the WordDocumentWriter. Syntax

WordDocumentWriterExceptionReason Enumeration

Constants which identify the reason an exception was thrown by the WordDocumentWriter class. Syntax Members Member Description CellNotClosed A table cell was opened, but was not properly closed. CellNotClosedTableClosed A table was closed, but closure of a previously opened table cell is pending. CellNotOpen An at...

WordDocumentWriterException Class Events

For a list of all members of this type, see WordDocumentWriterException members. Protected Events Name Description SerializeObjectState Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from System.Exception) Top

WordDocumentWriterException Class Members

Public Properties Public Methods Protected Events