Package com.scene7.ipsapi
Class PhotoshopLayerOptions
java.lang.Object
com.scene7.ipsapi.PhotoshopLayerOptions
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anchor property.Gets the value of the layerNaming property.Gets the value of the createTemplate property.Gets the value of the extendLayers property.Gets the value of the extractText property.voidSets the value of the anchor property.voidsetCreateTemplate(Boolean value) Sets the value of the createTemplate property.voidsetExtendLayers(Boolean value) Sets the value of the extendLayers property.voidsetExtractText(Boolean value) Sets the value of the extractText property.voidsetLayerNaming(String value) Sets the value of the layerNaming property.
-
Constructor Details
-
PhotoshopLayerOptions
public PhotoshopLayerOptions()
-
-
Method Details
-
getLayerNaming
Gets the value of the layerNaming property.- Returns:
- possible object is
String
-
setLayerNaming
Sets the value of the layerNaming property.- Parameters:
value- allowed object isString
-
getAnchor
Gets the value of the anchor property.- Returns:
- possible object is
String
-
setAnchor
Sets the value of the anchor property.- Parameters:
value- allowed object isString
-
isCreateTemplate
Gets the value of the createTemplate property.- Returns:
- possible object is
Boolean
-
setCreateTemplate
Sets the value of the createTemplate property.- Parameters:
value- allowed object isBoolean
-
isExtractText
Gets the value of the extractText property.- Returns:
- possible object is
Boolean
-
setExtractText
Sets the value of the extractText property.- Parameters:
value- allowed object isBoolean
-
isExtendLayers
Gets the value of the extendLayers property.- Returns:
- possible object is
Boolean
-
setExtendLayers
Sets the value of the extendLayers property.- Parameters:
value- allowed object isBoolean
-