Class ScaleType.ScalePages

  • Enclosing class:
    ScaleType

    public static class ScaleType.ScalePages
    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">
           <choice>
             <element name="dimensions" type="{http://schema.webpdf.de/1.0/operation}PaddedRectangleType" minOccurs="0"/>
           </choice>
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}AlignmentGroup"/>
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="scaleBoxes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="preserveAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pages

        protected String pages
      • scaleBoxes

        protected Boolean scaleBoxes
      • preserveAspectRatio

        protected Boolean preserveAspectRatio
      • horizontalAlignment

        protected String horizontalAlignment
      • verticalAlignment

        protected String verticalAlignment
    • Constructor Detail

      • ScalePages

        public ScalePages()
    • Method Detail

      • isSetDimensions

        public boolean isSetDimensions()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • isScaleBoxes

        public boolean isScaleBoxes()
        Gets the value of the scaleBoxes property.
        Returns:
        possible object is Boolean
      • setScaleBoxes

        public void setScaleBoxes​(boolean value)
        Sets the value of the scaleBoxes property.
        Parameters:
        value - allowed object is Boolean
      • isSetScaleBoxes

        public boolean isSetScaleBoxes()
      • unsetScaleBoxes

        public void unsetScaleBoxes()
      • isPreserveAspectRatio

        public boolean isPreserveAspectRatio()
        Gets the value of the preserveAspectRatio property.
        Returns:
        possible object is Boolean
      • setPreserveAspectRatio

        public void setPreserveAspectRatio​(boolean value)
        Sets the value of the preserveAspectRatio property.
        Parameters:
        value - allowed object is Boolean
      • isSetPreserveAspectRatio

        public boolean isSetPreserveAspectRatio()
      • unsetPreserveAspectRatio

        public void unsetPreserveAspectRatio()
      • getHorizontalAlignment

        public String getHorizontalAlignment()
        Gets the value of the horizontalAlignment property.
        Returns:
        possible object is String
      • setHorizontalAlignment

        public void setHorizontalAlignment​(String value)
        Sets the value of the horizontalAlignment property.
        Parameters:
        value - allowed object is String
      • isSetHorizontalAlignment

        public boolean isSetHorizontalAlignment()
      • getVerticalAlignment

        public String getVerticalAlignment()
        Gets the value of the verticalAlignment property.
        Returns:
        possible object is String
      • setVerticalAlignment

        public void setVerticalAlignment​(String value)
        Sets the value of the verticalAlignment property.
        Parameters:
        value - allowed object is String
      • isSetVerticalAlignment

        public boolean isSetVerticalAlignment()