public class PhotoshopLayerOptions
extends java.lang.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 |
---|---|
java.lang.String |
getAnchor()
Gets the value of the anchor property.
|
java.lang.String |
getLayerNaming()
Gets the value of the layerNaming property.
|
java.lang.Boolean |
isCreateTemplate()
Gets the value of the createTemplate property.
|
java.lang.Boolean |
isExtendLayers()
Gets the value of the extendLayers property.
|
java.lang.Boolean |
isExtractText()
Gets the value of the extractText property.
|
void |
setAnchor(java.lang.String value)
Sets the value of the anchor property.
|
void |
setCreateTemplate(java.lang.Boolean value)
Sets the value of the createTemplate property.
|
void |
setExtendLayers(java.lang.Boolean value)
Sets the value of the extendLayers property.
|
void |
setExtractText(java.lang.Boolean value)
Sets the value of the extractText property.
|
void |
setLayerNaming(java.lang.String value)
Sets the value of the layerNaming property.
|
public java.lang.String getLayerNaming()
String
public void setLayerNaming(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAnchor()
String
public void setAnchor(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isCreateTemplate()
Boolean
public void setCreateTemplate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExtractText()
Boolean
public void setExtractText(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExtendLayers()
Boolean
public void setExtendLayers(java.lang.Boolean value)
value
- allowed object is
Boolean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"