RichEditDocumentExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Rich |
Initializes a new instance of the Rich |
#Properties
Name | Description |
---|---|
Doc | Obtains options specific for export to DOC (MS Word 97-2003) format. |
Docm | Obtains options specific for export to DOCM (Microsoft Office Open XML macro-enabled document) format. |
Dot | Obtains options specific for export to DOT (Microsoft Word 97 - 2007 Template) format. |
Dotm | Obtains options specific for export to DOTM (Microsoft Office Open XML macro-enabled template) format. |
Dotx | Obtains options specific for export to DOTX (Microsoft Open Office XML macro-free template) format. |
Flat |
Obtains options specific for export to Flat |
Flat |
Obtains options specific for export to Flat |
Flat |
Obtains options specific for export to Flat |
Flat |
Obtains options specific for export to Flat |
Html | Obtains options specific for export to HTML format. |
Mht | Obtains options specific for export to Mht (“Web Archive”) format. |
Open |
Obtains options specific for export to Open |
Open |
Obtains options specific for export to Open XML format (aka default MS Office 2007 format or .docx). |
Plain |
Obtains options specific for export to plain text format. |
Rtf | Obtains options specific for export to RTF format. |
Word |
Obtains options specific for export to Word |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the options are modified.
Inherited from Rich |
See Also