| Package | Description |
|---|---|
| com.groupdocs.editor |
The com.groupdocs.editor namespace is a root namespace, which provides classes for editing multiple document formats in your Java applications.
|
| com.groupdocs.editor.metadata |
The com.groupdocs.editor.metadata namespace provides classes for describing basic document properties dependent on document type.
|
| Modifier and Type | Method and Description |
|---|---|
IDocumentInfo |
Editor.getDocumentInfo(String password)
Returns metadata about the document, that was loaded to this 'Editor' instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmailDocumentInfo
Represents metadata of one email document of any supported email format
|
class |
FixedLayoutDocumentInfo
Represents metadata of one document with fixed layout format like PDF or XPS
|
class |
MarkdownDocumentInfo
Represents metadata of one Markdown document
|
class |
PresentationDocumentInfo
Represents metadata of one Presentation document
|
class |
SpreadsheetDocumentInfo
Represents metadata of one Spreadsheet document
|
class |
TextualDocumentInfo
Represents metadata of one textual document like XML, HTML or plain text
(TXT)
|
class |
WordProcessingDocumentInfo
Represents metadata of one WordProcessing document
|
Copyright © 2024. All rights reserved.