Class PhotoshopLayerOptions


  • 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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PhotoshopLayerOptions

        public PhotoshopLayerOptions()
    • Method Detail

      • getLayerNaming

        public java.lang.String getLayerNaming()
        Gets the value of the layerNaming property.
        Returns:
        possible object is String
      • setLayerNaming

        public void setLayerNaming​(java.lang.String value)
        Sets the value of the layerNaming property.
        Parameters:
        value - allowed object is String
      • getAnchor

        public java.lang.String getAnchor()
        Gets the value of the anchor property.
        Returns:
        possible object is String
      • setAnchor

        public void setAnchor​(java.lang.String value)
        Sets the value of the anchor property.
        Parameters:
        value - allowed object is String
      • isCreateTemplate

        public java.lang.Boolean isCreateTemplate()
        Gets the value of the createTemplate property.
        Returns:
        possible object is Boolean
      • setCreateTemplate

        public void setCreateTemplate​(java.lang.Boolean value)
        Sets the value of the createTemplate property.
        Parameters:
        value - allowed object is Boolean
      • isExtractText

        public java.lang.Boolean isExtractText()
        Gets the value of the extractText property.
        Returns:
        possible object is Boolean
      • setExtractText

        public void setExtractText​(java.lang.Boolean value)
        Sets the value of the extractText property.
        Parameters:
        value - allowed object is Boolean
      • isExtendLayers

        public java.lang.Boolean isExtendLayers()
        Gets the value of the extendLayers property.
        Returns:
        possible object is Boolean
      • setExtendLayers

        public void setExtendLayers​(java.lang.Boolean value)
        Sets the value of the extendLayers property.
        Parameters:
        value - allowed object is Boolean