Package | Description |
---|---|
com.groupdocs.viewer.domain.cache | |
com.groupdocs.viewer.domain.containers |
The GroupDocs.Viewer.Domain.Containers namespace provides classes for working with document rendering results.
|
com.groupdocs.viewer.handler.input |
The GroupDocs.Viewer.Handler.Input namespace exposes interfaces which should be implemented to customize document loading behaviour.
|
com.groupdocs.viewer.helper |
The GroupDocs.Viewer.Helper namespace provides helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedAttachmentDescription
Class that describes cached document which is an attachment from another document.
|
class |
CachedDocumentDescription
Class that describes cached document.
|
class |
CachedPageDescription
Class that describes cached document page.
|
class |
CachedPageResourceDescription
Class that describes cached document page resource.
|
class |
CacheFileDescription
Base class for cached file description.
|
Modifier and Type | Method and Description |
---|---|
List<FileDescription> |
FileListContainer.getFiles()
The files and directories list.
|
Constructor and Description |
---|
FileListContainer(List<FileDescription> files)
Initializes a new instance of the
FileListContainer class. |
Modifier and Type | Method and Description |
---|---|
FileDescription |
IInputDataHandler.getFileDescription(String guid)
Gets the file description.
|
Modifier and Type | Method and Description |
---|---|
List<FileDescription> |
IInputDataHandler.getEntities(String path)
Gets files and folders for specified path.
|
Modifier and Type | Method and Description |
---|---|
FileData |
IFileDataStore.getFileData(FileDescription fileDescription)
Gets the file data.
|
void |
IFileDataStore.saveFileData(FileDescription fileDescription,
FileData fileData)
Saves the file data.
|
Copyright © 2018. All rights reserved.