public class ColorManagementOptions extends Object
Java class for ColorManagementOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorManagementOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="colorManagement" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outputProfileHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ColorManagementOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorManagement()
Gets the value of the colorManagement property.
|
String |
getOutputProfileHandle()
Gets the value of the outputProfileHandle property.
|
String |
getSourceProfileHandle()
Gets the value of the sourceProfileHandle property.
|
void |
setColorManagement(String value)
Sets the value of the colorManagement property.
|
void |
setOutputProfileHandle(String value)
Sets the value of the outputProfileHandle property.
|
void |
setSourceProfileHandle(String value)
Sets the value of the sourceProfileHandle property.
|
public String getColorManagement()
Stringpublic void setColorManagement(String value)
value - allowed object is
Stringpublic String getSourceProfileHandle()
Stringpublic void setSourceProfileHandle(String value)
value - allowed object is
Stringpublic String getOutputProfileHandle()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved