Class BackgroundBaseSettingsType.Position

  • Enclosing class:
    BackgroundBaseSettingsType

    public static class BackgroundBaseSettingsType.Position
    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="x" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="y" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
           <attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Position

        public Position()
    • Method Detail

      • getX

        public float getX()
        Gets the value of the x property.
        Returns:
        possible object is Float
      • setX

        public void setX​(float value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Float
      • isSetX

        public boolean isSetX()
      • unsetX

        public void unsetX()
      • getY

        public float getY()
        Gets the value of the y property.
        Returns:
        possible object is Float
      • setY

        public void setY​(float value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Float
      • isSetY

        public boolean isSetY()
      • unsetY

        public void unsetY()
      • getMetrics

        public MetricsType getMetrics()
        Gets the value of the metrics property.
        Returns:
        possible object is MetricsType
      • setMetrics

        public void setMetrics​(MetricsType value)
        Sets the value of the metrics property.
        Parameters:
        value - allowed object is MetricsType
      • isSetMetrics

        public boolean isSetMetrics()
      • isSetPosition

        public boolean isSetPosition()