public abstract class BaseRendition extends Object implements Rendition
BaseRendition abstract class specifies the TargetFormat of the rendered
file.| Constructor and Description |
|---|
BaseRendition() |
| Modifier and Type | Method and Description |
|---|---|
TargetFormat |
getTarget()
Returns the
TargetFormat of the rendered file. |
void |
setTarget(TargetFormat target)
Sets the target format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPage, getStream, isCompleteclosepublic TargetFormat getTarget()
TargetFormat of the rendered file. It depends on the render engine, if it
renders to the passed format or not. Means, it can be, that you specify to render to PDF, but
it returns a multipage tiff.getTarget in interface RenditionTargetFormat of the rendered file.Rendition.getTarget()public void setTarget(TargetFormat target)
target - the new targetCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.