Package | Description |
---|---|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(InputStream fileStream,
String fileName,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(String guid,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
Copyright © 2020. All rights reserved.