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. |
Open
|
The Open |
Plain
|
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: