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, wait
getPage, getStream, isComplete
public 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 Rendition
TargetFormat
of the rendered file.Rendition.getTarget()
public void setTarget(TargetFormat target)
target
- the new targetCopyright © 2016 SAPERION AG. All rights reserved.