Package com.realobjects.pdfreactor
Class Configuration.ContinuousOutput
java.lang.Object
com.realobjects.pdfreactor.Configuration.ContinuousOutput
- Enclosing class:
Configuration
A type containing continuous output data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEquivalent to the height of a browser window (view port).Equivalent to the width of a browser window (view port).
-
Constructor Details
-
ContinuousOutput
public ContinuousOutput()
-
-
Method Details
-
setWidth
Equivalent to the width of a browser window (view port). Values <1 enable paginated output.
- Returns:
- The current
Configuration.ContinuousOutput
instance.
-
setHeight
Equivalent to the height of a browser window (view port). For values <1 the entire height of the document is used.
- Returns:
- The current
Configuration.ContinuousOutput
instance.
-