Class PageType

  • Direct Known Subclasses:
    DocumentType.Pages.Page

    public class PageType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">This type is used to describe a page of a PDF document.</p>
     

    Java class for PageType complex type.

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

    
     <complexType name="PageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="number" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="width" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="height" default="0">
             <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"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PageType

        public PageType()
    • Method Detail

      • getObjectKey

        public String getObjectKey()
        Gets the value of the objectKey property.
        Returns:
        possible object is String
      • setObjectKey

        public void setObjectKey​(String value)
        Sets the value of the objectKey property.
        Parameters:
        value - allowed object is String
      • isSetObjectKey

        public boolean isSetObjectKey()
      • getNumber

        public int getNumber()
        Gets the value of the number property.
        Returns:
        possible object is Integer
      • setNumber

        public void setNumber​(int value)
        Sets the value of the number property.
        Parameters:
        value - allowed object is Integer
      • isSetNumber

        public boolean isSetNumber()
      • unsetNumber

        public void unsetNumber()
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • isSetLabel

        public boolean isSetLabel()
      • getWidth

        public float getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Float
      • setWidth

        public void setWidth​(float value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Float
      • isSetWidth

        public boolean isSetWidth()
      • unsetWidth

        public void unsetWidth()
      • getHeight

        public float getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Float
      • setHeight

        public void setHeight​(float value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Float
      • isSetHeight

        public boolean isSetHeight()
      • unsetHeight

        public void unsetHeight()
      • 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()