Package | Description |
---|---|
com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
com.groupdocs.conversion.options.load |
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
|
Modifier and Type | Field and Description |
---|---|
static WordProcessingFileType |
WordProcessingFileType.Doc
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format.
|
static WordProcessingFileType |
WordProcessingFileType.Docm
DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
|
static WordProcessingFileType |
WordProcessingFileType.Docx
DOCX is a well-known format for Microsoft Word documents.
|
static WordProcessingFileType |
WordProcessingFileType.Dot
Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files.
|
static WordProcessingFileType |
WordProcessingFileType.Dotm
A file with DOTM extension represents template file created with Microsoft Word 2007 or higher.
|
static WordProcessingFileType |
WordProcessingFileType.Dotx
Files with DOTX extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.
|
static WordProcessingFileType |
WordProcessingFileType.Log
A file with .LOG extension represents a text document that contains plain text in the form of lines.
|
static WordProcessingFileType |
WordProcessingFileType.Md
Text files created with Markdown language dialects is saved with .MD or .MARKDOWN file extension.
|
static WordProcessingFileType |
WordProcessingFileType.Mobi
The MOBI file format is one of the most widely used ebook file format.
|
static WordProcessingFileType |
WordProcessingFileType.Odt
ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format.
|
static WordProcessingFileType |
WordProcessingFileType.Ott
Files with OTT extension represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format.
|
static WordProcessingFileType |
WordProcessingFileType.Rtf
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.
|
static WordProcessingFileType |
WordProcessingFileType.Txt
A file with .TXT extension represents a text document that contains plain text in the form of lines.
|
Modifier and Type | Method and Description |
---|---|
WordProcessingFileType |
TxtLoadOptions.getFormat()
Input document file type.
|
WordProcessingFileType |
WordProcessingLoadOptions.getFormat()
Input document file type.
|
Modifier and Type | Method and Description |
---|---|
void |
WordProcessingLoadOptions.setFormat(WordProcessingFileType value)
Input document file type.
|