public static class Configuration.OutputFormat
extends java.lang.Object
Constructor and Description |
---|
Configuration.OutputFormat() |
Configuration.OutputFormat(Configuration.OutputType type,
int width,
int height,
java.lang.Boolean multiImage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.OutputFormat |
setHeight(java.lang.Integer value)
The height of the output in pixels (image formats only).
|
Configuration.OutputFormat |
setMultiImage(java.lang.Boolean value)
Indicates whether the image output will be paginated into multiple images.
|
Configuration.OutputFormat |
setType(Configuration.OutputType value)
the output format.
|
Configuration.OutputFormat |
setWidth(java.lang.Integer value)
The with of the output in pixels (image formats only).
|
public Configuration.OutputFormat()
@Deprecated public Configuration.OutputFormat(Configuration.OutputType type, int width, int height, java.lang.Boolean multiImage)
public Configuration.OutputFormat setType(Configuration.OutputType value)
OutputType
constantsConfiguration.OutputFormat
instance.public Configuration.OutputFormat setWidth(java.lang.Integer value)
Configuration.OutputFormat
instance.public Configuration.OutputFormat setHeight(java.lang.Integer value)
Configuration.OutputFormat
instance.public Configuration.OutputFormat setMultiImage(java.lang.Boolean value)
Configuration.OutputFormat
instance.This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.