public interface Rendition
Rendition
interface, generated by the render engine that represents incoming
content stream and outgoing format of the rendered file.Modifier and Type | Method and Description |
---|---|
int |
getPage()
Returns the number of the page represented by this rendition.
|
com.saperion.common.io.InputStreamDescriptor |
getStream()
Returns the content as
InputStreamDescriptor generated by the render engine. |
TargetFormat |
getTarget()
Returns the
TargetFormat of the rendered file. |
boolean |
isComplete() |
com.saperion.common.io.InputStreamDescriptor getStream() throws Exception
InputStreamDescriptor
generated by the render engine.InputStreamDescriptor
generated by the render engine.Exception
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.TargetFormat
of the rendered file.int getPage()
boolean isComplete()
Copyright © 2016 SAPERION AG. All rights reserved.