Class SelectionBoxType


  • public class SelectionBoxType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Selects a specific box of a given page range of a PDF document.</p>
     

    Java class for SelectionBoxType complex type.

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

    
     <complexType name="SelectionBoxType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
           <attribute name="box" type="{http://schema.webpdf.de/1.0/operation}PageBoxType" default="crop_box" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SelectionBoxType

        public SelectionBoxType()
    • 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()
      • getBox

        public PageBoxType getBox()
        Gets the value of the box property.
        Returns:
        possible object is PageBoxType
      • setBox

        public void setBox​(PageBoxType value)
        Sets the value of the box property.
        Parameters:
        value - allowed object is PageBoxType
      • isSetBox

        public boolean isSetBox()