DocumentFormat Enum
Lists file document formats.
Declaration
export enum DocumentFormat {
PlainText = 1,
Rtf = 2,
Html = 3,
OpenXml = 4
}
Members
Name | Description |
---|---|
Html
|
The HTML file format. |
OpenXml
|
The OpenXML file format (aka default MS Office 2007 format or .docx). |
PlainText
|
The plain text format. |
Rtf
|
The Rich Text Format. |
Remarks
Values listed by this enumeration are used to set the format property and the documentFormat parameter in the following methods: