| Package | Description |
|---|---|
| com.groupdocs.editor.formats |
The com.groupdocs.editor.formats namespace provides interfaces and classes that describes supported document formats.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static WordProcessingFormats |
WordProcessingFormats.Doc
MS Word 97-2007 Binary File Format (DOC) represents documents generated by Microsoft Word or other word processing documents in binary file format.
|
static WordProcessingFormats |
WordProcessingFormats.Docm
Office Open XML WordProcessingML Macro-Enabled Document (DOCM) files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
|
static WordProcessingFormats |
WordProcessingFormats.Docx
Office Open XML WordProcessingML Macro-Free Document (DOCX) is a well-known format for Microsoft Word documents.
|
static WordProcessingFormats |
WordProcessingFormats.Dot
MS Word 97-2007 Template (DOT) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files.
|
static WordProcessingFormats |
WordProcessingFormats.Dotm
Office Open XML WordprocessingML Macro-Enabled Template (DOTM) represents template files created with Microsoft Word 2007 or higher.
|
static WordProcessingFormats |
WordProcessingFormats.Dotx
Office Open XML WordprocessingML Macro-Free Template (DOTX) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.
|
static WordProcessingFormats |
WordProcessingFormats.FlatOpc
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package.
|
static WordProcessingFormats |
WordProcessingFormats.Odt
Open Document Format Text Document (ODT) files are type of documents created with word processing applications that are based on OpenDocument Text File format.
|
static WordProcessingFormats |
WordProcessingFormats.Ott
Open Document Format Text Document Template (OTT) represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format.
|
static WordProcessingFormats |
WordProcessingFormats.Rtf
Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.
|
static WordProcessingFormats |
WordProcessingFormats.WordML
Microsoft Office Word 2003 XML Format — WordProcessingML or WordML (.XML).
|
| Modifier and Type | Method and Description |
|---|---|
static WordProcessingFormats |
WordProcessingFormats.fromExtension(String extension)
Retrieves an instance of the specified type
WordProcessingFormats that has the specified file extension. |
static WordProcessingFormats |
WordProcessingFormats.fromString(String extension)
Converts a string representing a file extension to a
WordProcessingFormats object. |
| Modifier and Type | Method and Description |
|---|---|
static List<WordProcessingFormats> |
WordProcessingFormats.getAll()
Gets an enumerable collection of all
WordProcessingFormats. |
| Modifier and Type | Method and Description |
|---|---|
WordProcessingFormats |
WordProcessingDocumentInfo.getFormat()
Returns a format of this WordProcessing document
|
| Constructor and Description |
|---|
WordProcessingDocumentInfo(WordProcessingFormats format,
int pageCount,
long size,
boolean isEncrypted,
com.aspose.words.Document document)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WordProcessingFormats |
WordProcessingSaveOptions.getOutputFormat()
Allows to specify a WordProcessing format, which will be used for saving
the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
WordProcessingSaveOptions.setOutputFormat(WordProcessingFormats value)
Allows to specify a WordProcessing format, which will be used for saving
the document
|
| Constructor and Description |
|---|
WordProcessingSaveOptions(WordProcessingFormats outputFormat)
Creates a new instance of WordProcessingSaveOptions with specified
mandatory WordProcessing output format, while all other parameters are
default
|
Copyright © 2024. All rights reserved.