public class PostScriptOptions extends Object
Java class for PostScriptOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostScriptOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="process" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="colorspace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="alpha" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="extractSearchWords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PostScriptOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorspace()
Gets the value of the colorspace property.
|
String |
getProcess()
Gets the value of the process property.
|
Double |
getResolution()
Gets the value of the resolution property.
|
Boolean |
isAlpha()
Gets the value of the alpha property.
|
Boolean |
isExtractSearchWords()
Gets the value of the extractSearchWords property.
|
void |
setAlpha(Boolean value)
Sets the value of the alpha property.
|
void |
setColorspace(String value)
Sets the value of the colorspace property.
|
void |
setExtractSearchWords(Boolean value)
Sets the value of the extractSearchWords property.
|
void |
setProcess(String value)
Sets the value of the process property.
|
void |
setResolution(Double value)
Sets the value of the resolution property.
|
public String getProcess()
Stringpublic void setProcess(String value)
value - allowed object is
Stringpublic Double getResolution()
Doublepublic void setResolution(Double value)
value - allowed object is
Doublepublic String getColorspace()
Stringpublic void setColorspace(String value)
value - allowed object is
Stringpublic Boolean isAlpha()
Booleanpublic void setAlpha(Boolean value)
value - allowed object is
Booleanpublic Boolean isExtractSearchWords()
BooleanCopyright © 2010 - 2020 Adobe. All Rights Reserved