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