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 |
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 |
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 © 2020. All rights reserved.