Class BoxesType


  • public class BoxesType
    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 the boxes of a page.</p>
     

    Java class for BoxesType complex type

    .

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

    
     <complexType name="BoxesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="mediaBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/>
             <element name="cropBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/>
             <element name="bleedBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/>
             <element name="trimBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/>
             <element name="artBox" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • mediaBox

        protected RectangleType mediaBox
         <?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">The page's physical dimensions.</p>
         
      • cropBox

        protected RectangleType cropBox
         <?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">The visible (printable) page area.</p>
         
      • bleedBox

        protected RectangleType bleedBox
         <?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">Untrimmed content position on the page (content dimensions plus trim box).</p>
         
      • trimBox

        protected RectangleType trimBox
         <?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">Trimmed content position on the page (final content dimensions).</p>
         
      • artBox

        protected RectangleType artBox
         <?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">Position for special page content (images).</p>
         
    • Constructor Detail

      • BoxesType

        public BoxesType()
    • Method Detail

      • getMediaBox

        public RectangleType getMediaBox()
         <?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">The page's physical dimensions.</p>
         
        Returns:
        possible object is RectangleType
      • isSetMediaBox

        public boolean isSetMediaBox()
      • getCropBox

        public RectangleType getCropBox()
         <?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">The visible (printable) page area.</p>
         
        Returns:
        possible object is RectangleType
      • isSetCropBox

        public boolean isSetCropBox()
      • getBleedBox

        public RectangleType getBleedBox()
         <?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">Untrimmed content position on the page (content dimensions plus trim box).</p>
         
        Returns:
        possible object is RectangleType
      • isSetBleedBox

        public boolean isSetBleedBox()
      • getTrimBox

        public RectangleType getTrimBox()
         <?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">Trimmed content position on the page (final content dimensions).</p>
         
        Returns:
        possible object is RectangleType
      • isSetTrimBox

        public boolean isSetTrimBox()
      • getArtBox

        public RectangleType getArtBox()
         <?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">Position for special page content (images).</p>
         
        Returns:
        possible object is RectangleType
      • isSetArtBox

        public boolean isSetArtBox()