public static class Configuration.ContinuousOutput extends Object
A type containing continuous output data.
Constructor and Description |
---|
ContinuousOutput() |
ContinuousOutput(int width,
int height)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.ContinuousOutput |
setHeight(Integer value)
Equivalent to the height of a browser window (view port).
|
Configuration.ContinuousOutput |
setWidth(Integer value)
Equivalent to the width of a browser window (view port).
|
public ContinuousOutput()
@Deprecated public ContinuousOutput(int width, int height)
public Configuration.ContinuousOutput setWidth(Integer value)
Equivalent to the width of a browser window (view port). Values <1 enable paginated output.
Configuration.ContinuousOutput
instance.public Configuration.ContinuousOutput setHeight(Integer value)
Equivalent to the height of a browser window (view port). For values <1 the entire height of the document is used.
Configuration.ContinuousOutput
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.