public class WordExtractionHandler extends AbstractPageExtractionHandler
PageExtractionHandler
for Word's DOCX and DOC format.
An extraction handler to extract a page from a Word .docx and .doc files.PageExtractionHandler
SERVICE_PROPERTY_DESCRIPTION, SERVICE_PROPERTY_LABEL
Constructor and Description |
---|
WordExtractionHandler() |
Modifier and Type | Method and Description |
---|---|
Page |
extractPage(Rendition rend,
java.lang.String pageRoot,
java.lang.String pageName,
java.lang.String pageTitle,
java.lang.String pageTemplate,
java.lang.String pageDesign)
|
RenditionPicker |
getRenditionPicker()
Get an MS Word targeted rendition picker.
|
public RenditionPicker getRenditionPicker()
Implementations must provide a RenditionPicker
to indicate what renditions they can handle.
public Page extractPage(Rendition rend, java.lang.String pageRoot, java.lang.String pageName, java.lang.String pageTitle, java.lang.String pageTemplate, java.lang.String pageDesign) throws PageExtractionException
Page
from the given Rendition
.
The parameters are set by the configuration of the com.day.cq.dam.indd.process.INDDPageExtractProcess
.
rend
- The renditions to extract the page from.pageRoot
- The root path for the page.pageName
- The page name.pageTitle
- The page title.pageTemplate
- The page template.pageDesign
- The designPageExtractionException
- exception caused in extracting page."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"