Version

WordDocumentProperties Class Members

The following tables list the members exposed by WordDocumentProperties.

Public Constructors
Public Fields
 NameDescription
Public FieldDefaultApplicationReturns the default value of the Application property ('Microsoft Office Word').  
Public FieldDefaultComplexScriptCultureReturns the default value of the ComplexScriptCulture property ('ar-SA').  
Public FieldDefaultEastAsiaCultureReturns the default value of the EastAsiaCulture property ('ja-JP').  
Public FieldDefaultLatinCultureReturns the default value of the LatinCulture property ('en-US').  
Public FieldDefaultTemplateReturns the default value of the Template property ('Normal.dotm').  
Public Properties
 NameDescription
Public PropertyApplicationOverridden. Returns or sets the name of the consuming application.  
Public PropertyAuthorReturns or sets the author of the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyCategoryReturns or sets the category of the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyCommentsReturns or sets the comments for the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyCompanyReturns or sets the company for the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyComplexScriptCultureSpecifies the language which is used when processing the contents of text runs which contain complex script characters, as determined by the Unicode character values of the run content.  
Public PropertyEastAsiaCultureSpecifies 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.  
Public PropertyKeywordsReturns or sets the keywords for the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyLatinCultureSpecifies 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.  
Public PropertyManagerReturns or sets the manager for the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyStatusReturns or sets the status for the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertySubjectReturns or sets the subject of the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public PropertyTemplateReturns the document template to be used by the consuming application. This property currently only supports a value of 'Normal.dotm'  
Public PropertyTitleReturns or sets the title of the document. (Inherited from Infragistics.Documents.Core.OfficeDocumentProperties)
Public Methods
 NameDescription
Public MethodResetOverridden. Restores all properties of this class to their respective default values.  
See Also