Class RotateType

  • All Implemented Interfaces:
    ParameterInterface

    public class RotateType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The rotate operation element can be used to rotate pages in the document.</p>
     

    Java class for RotateType complex type.

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

    
     <complexType name="RotateType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
           <attribute name="degrees" default="90">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="360"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="pageOrientation" type="{http://schema.webpdf.de/1.0/operation}PageOrientationType" default="any" />
           <attribute name="pageGroup" type="{http://schema.webpdf.de/1.0/operation}PageGroupType" default="all" />
           <attribute name="orientationDetectMode" type="{http://schema.webpdf.de/1.0/operation}OrientationDetectionType" default="value" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RotateType

        public RotateType()
    • Method Detail

      • 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()
      • getDegrees

        public int getDegrees()
        Gets the value of the degrees property.
        Returns:
        possible object is Integer
      • setDegrees

        public void setDegrees​(int value)
        Sets the value of the degrees property.
        Parameters:
        value - allowed object is Integer
      • isSetDegrees

        public boolean isSetDegrees()
      • unsetDegrees

        public void unsetDegrees()
      • setPageOrientation

        public void setPageOrientation​(PageOrientationType value)
        Sets the value of the pageOrientation property.
        Parameters:
        value - allowed object is PageOrientationType
      • isSetPageOrientation

        public boolean isSetPageOrientation()
      • getPageGroup

        public PageGroupType getPageGroup()
        Gets the value of the pageGroup property.
        Returns:
        possible object is PageGroupType
      • setPageGroup

        public void setPageGroup​(PageGroupType value)
        Sets the value of the pageGroup property.
        Parameters:
        value - allowed object is PageGroupType
      • isSetPageGroup

        public boolean isSetPageGroup()
      • isSetOrientationDetectMode

        public boolean isSetOrientationDetectMode()