Package | Description |
---|---|
com.groupdocs.editor.formats | |
com.groupdocs.editor.metadata |
Modifier and Type | Class and Description |
---|---|
class |
PresentationFormats
Encapsulates all Presentation formats
|
class |
SpreadsheetFormats
Encapsulates all binary, XML and textual Spreadsheet formats (excluding all
textual delimiter-based formats with separator like CSV, TSV,
semicolon-delimited etc.), in which the workbook can be saved.
|
class |
TextualFormats
Encapsulates all textual (text-based) formats, including markup (XML, HTML)
and all DSV
|
class |
WordProcessingFormats
Encapsulates all WordProcessing formats
|
Modifier and Type | Method and Description |
---|---|
boolean |
PresentationFormats.equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified
IDocumentFormat instance
|
boolean |
SpreadsheetFormats.equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified
IDocumentFormat instance
|
boolean |
TextualFormats.equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified
IDocumentFormat instance
|
boolean |
WordProcessingFormats.equals(IDocumentFormat other)
Determines whether this instance is equal to the other specified
IDocumentFormat instance
|
Modifier and Type | Method and Description |
---|---|
IDocumentFormat |
IDocumentInfo.getFormat()
Returns a document format
|
Copyright © 2020. All rights reserved.