@Deprecated public class WordsPreviewHandler extends ProtectableDocumentPreviewHandler
Represents a preview handler intended to work with Word documents.
Modifier and Type | Method and Description |
---|---|
protected PreviewImageData[] |
createPreviews(int pageIndex,
int resolution)
Deprecated.
Creates preview images for the specified page.
|
protected PreviewPage[] |
extractPreviewPages()
Deprecated.
Extracts the collection of preview pages from a particular format.
|
int |
getUnitOfMeasurement()
Deprecated.
Gets the unit of measurement of the document.
|
getPassword, isPasswordProvided
close, dispose, dispose, getPageImage, getPageImage, getPages, getPreviewSupported
public int getUnitOfMeasurement()
Gets the unit of measurement of the document.
getUnitOfMeasurement
in class PreviewHandler
protected PreviewPage[] extractPreviewPages()
Extracts the collection of preview pages from a particular format.
extractPreviewPages
in class PreviewHandler
protected PreviewImageData[] createPreviews(int pageIndex, int resolution)
Creates preview images for the specified page.
createPreviews
in class PreviewHandler
pageIndex
- The zero-based index of the page to preview.resolution
- The resolution for generated images.Copyright © 2020. All rights reserved.