public class PhotoshopLayerOptions extends Object
Java class for PhotoshopLayerOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhotoshopLayerOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layerNaming" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="anchor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="extractText" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="extendLayers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PhotoshopLayerOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor()
Gets the value of the anchor property.
|
String |
getLayerNaming()
Gets the value of the layerNaming property.
|
Boolean |
isCreateTemplate()
Gets the value of the createTemplate property.
|
Boolean |
isExtendLayers()
Gets the value of the extendLayers property.
|
Boolean |
isExtractText()
Gets the value of the extractText property.
|
void |
setAnchor(String value)
Sets the value of the anchor property.
|
void |
setCreateTemplate(Boolean value)
Sets the value of the createTemplate property.
|
void |
setExtendLayers(Boolean value)
Sets the value of the extendLayers property.
|
void |
setExtractText(Boolean value)
Sets the value of the extractText property.
|
void |
setLayerNaming(String value)
Sets the value of the layerNaming property.
|
public String getLayerNaming()
Stringpublic void setLayerNaming(String value)
value - allowed object is
Stringpublic String getAnchor()
Stringpublic void setAnchor(String value)
value - allowed object is
Stringpublic Boolean isCreateTemplate()
Booleanpublic void setCreateTemplate(Boolean value)
value - allowed object is
Booleanpublic Boolean isExtractText()
Booleanpublic void setExtractText(Boolean value)
value - allowed object is
Booleanpublic Boolean isExtendLayers()
BooleanCopyright © 2010 - 2020 Adobe. All Rights Reserved