Class BackgroundContentType.PieceInfo

  • Enclosing class:
    BackgroundContentType

    public static class BackgroundContentType.PieceInfo
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="absoluteScaling" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="scale" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="rotation" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="360"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="opacity" default="1.0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
                 <maxInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#FFFFFF" />
           <attribute name="alignment" type="{http://schema.webpdf.de/1.0/extraction/info}Alignment" default="top_left" />
           <attribute name="horizOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" />
           <attribute name="vertOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0.0" />
           <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • absoluteScaling

        protected Boolean absoluteScaling
      • scale

        protected Float scale
      • rotation

        protected Integer rotation
      • opacity

        protected Float opacity
      • color

        protected String color
      • horizOffset

        protected Float horizOffset
      • vertOffset

        protected Float vertOffset
    • Constructor Detail

      • PieceInfo

        public PieceInfo()
    • Method Detail

      • isAbsoluteScaling

        public boolean isAbsoluteScaling()
        Gets the value of the absoluteScaling property.
        Returns:
        possible object is Boolean
      • setAbsoluteScaling

        public void setAbsoluteScaling​(boolean value)
        Sets the value of the absoluteScaling property.
        Parameters:
        value - allowed object is Boolean
      • isSetAbsoluteScaling

        public boolean isSetAbsoluteScaling()
      • unsetAbsoluteScaling

        public void unsetAbsoluteScaling()
      • getScale

        public float getScale()
        Gets the value of the scale property.
        Returns:
        possible object is Float
      • setScale

        public void setScale​(float value)
        Sets the value of the scale property.
        Parameters:
        value - allowed object is Float
      • isSetScale

        public boolean isSetScale()
      • unsetScale

        public void unsetScale()
      • getRotation

        public int getRotation()
        Gets the value of the rotation property.
        Returns:
        possible object is Integer
      • setRotation

        public void setRotation​(int value)
        Sets the value of the rotation property.
        Parameters:
        value - allowed object is Integer
      • isSetRotation

        public boolean isSetRotation()
      • unsetRotation

        public void unsetRotation()
      • getOpacity

        public float getOpacity()
        Gets the value of the opacity property.
        Returns:
        possible object is Float
      • setOpacity

        public void setOpacity​(float value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is Float
      • isSetOpacity

        public boolean isSetOpacity()
      • unsetOpacity

        public void unsetOpacity()
      • getColor

        public String getColor()
        Gets the value of the color property.
        Returns:
        possible object is String
      • setColor

        public void setColor​(String value)
        Sets the value of the color property.
        Parameters:
        value - allowed object is String
      • isSetColor

        public boolean isSetColor()
      • getAlignment

        public Alignment getAlignment()
        Gets the value of the alignment property.
        Returns:
        possible object is Alignment
      • setAlignment

        public void setAlignment​(Alignment value)
        Sets the value of the alignment property.
        Parameters:
        value - allowed object is Alignment
      • isSetAlignment

        public boolean isSetAlignment()
      • getHorizOffset

        public float getHorizOffset()
        Gets the value of the horizOffset property.
        Returns:
        possible object is Float
      • setHorizOffset

        public void setHorizOffset​(float value)
        Sets the value of the horizOffset property.
        Parameters:
        value - allowed object is Float
      • isSetHorizOffset

        public boolean isSetHorizOffset()
      • unsetHorizOffset

        public void unsetHorizOffset()
      • getVertOffset

        public float getVertOffset()
        Gets the value of the vertOffset property.
        Returns:
        possible object is Float
      • setVertOffset

        public void setVertOffset​(float value)
        Sets the value of the vertOffset property.
        Parameters:
        value - allowed object is Float
      • isSetVertOffset

        public boolean isSetVertOffset()
      • unsetVertOffset

        public void unsetVertOffset()
      • getUnit

        public String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • isSetUnit

        public boolean isSetUnit()