public class JpegType extends ImageBaseType
Java class for JpegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JpegType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType">
<attribute name="jpegQuality" default="80">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="100"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
jpegQuality |
dpi, height, metrics, width| Constructor and Description |
|---|
JpegType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJpegQuality()
Gets the value of the jpegQuality property.
|
boolean |
isSetJpegQuality() |
void |
setJpegQuality(int value)
Sets the value of the jpegQuality property.
|
void |
unsetJpegQuality() |
getDpi, getHeight, getMetrics, getWidth, isSetDpi, isSetHeight, isSetMetrics, isSetWidth, setDpi, setHeight, setMetrics, setWidth, unsetDpi, unsetHeight, unsetWidthprotected Integer jpegQuality
public int getJpegQuality()
Integerpublic void setJpegQuality(int value)
value - allowed object is
Integerpublic boolean isSetJpegQuality()
public void unsetJpegQuality()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.