Class PaddedRectangleType


  • public class PaddedRectangleType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select a rectangle and define a padding for it's contents.</p>
     

    Java class for PaddedRectangleType complex type

    .

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

    
     <complexType name="PaddedRectangleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}PaddingGroup"/>
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}DimensionsGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • left

        protected Integer left
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The left padding value.</p>
         
      • right

        protected Integer right
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The right padding value.</p>
         
      • top

        protected Integer top
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The top padding value.</p>
         
      • bottom

        protected Integer bottom
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The bottom padding value.</p>
         
      • width

        protected Float width
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The width dimension.</p>
         
      • height

        protected Float height
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The height dimension.</p>
         
      • metrics

        protected MetricsType metrics
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for the X-axis/Y-axis position and signature field height and width arguments:
                                 <ul><li>pt = Points(1/72 inch)</li><li>pc = Picas(12 points)</li><li>px = Pixels(1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>
         
      • coordinates

        protected CoordinatesType coordinates
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the coordinate system and, accordingly, the origin for the position arguments.
                                 <ul><li>user = User coordinate system (origin at top left)</li><li>pdf = PDF coordinate system (origin at bottom left)</li></ul></p>
         
    • Constructor Detail

      • PaddedRectangleType

        public PaddedRectangleType()
    • Method Detail

      • getLeft

        public int getLeft()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The left padding value.</p>
         
        Returns:
        possible object is Integer
      • setLeft

        public void setLeft​(int value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getLeft()
      • isSetLeft

        public boolean isSetLeft()
      • unsetLeft

        public void unsetLeft()
      • getRight

        public int getRight()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The right padding value.</p>
         
        Returns:
        possible object is Integer
      • setRight

        public void setRight​(int value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getRight()
      • isSetRight

        public boolean isSetRight()
      • unsetRight

        public void unsetRight()
      • getTop

        public int getTop()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The top padding value.</p>
         
        Returns:
        possible object is Integer
      • setTop

        public void setTop​(int value)
        Sets the value of the top property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getTop()
      • isSetTop

        public boolean isSetTop()
      • unsetTop

        public void unsetTop()
      • getBottom

        public int getBottom()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The bottom padding value.</p>
         
        Returns:
        possible object is Integer
      • setBottom

        public void setBottom​(int value)
        Sets the value of the bottom property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getBottom()
      • isSetBottom

        public boolean isSetBottom()
      • unsetBottom

        public void unsetBottom()
      • getWidth

        public float getWidth()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The width dimension.</p>
         
        Returns:
        possible object is Float
      • setWidth

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

        public boolean isSetWidth()
      • unsetWidth

        public void unsetWidth()
      • getHeight

        public float getHeight()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The height dimension.</p>
         
        Returns:
        possible object is Float
      • setHeight

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

        public boolean isSetHeight()
      • unsetHeight

        public void unsetHeight()
      • getMetrics

        public MetricsType getMetrics()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for the X-axis/Y-axis position and signature field height and width arguments:
                                 <ul><li>pt = Points(1/72 inch)</li><li>pc = Picas(12 points)</li><li>px = Pixels(1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>
         
        Returns:
        possible object is MetricsType
      • setMetrics

        public void setMetrics​(MetricsType value)
        Sets the value of the metrics property.
        Parameters:
        value - allowed object is MetricsType
        See Also:
        getMetrics()
      • isSetMetrics

        public boolean isSetMetrics()
      • getCoordinates

        public CoordinatesType getCoordinates()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p689949_="https://jakarta.ee/xml/ns/jaxb" xmlns:p832256_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the coordinate system and, accordingly, the origin for the position arguments.
                                 <ul><li>user = User coordinate system (origin at top left)</li><li>pdf = PDF coordinate system (origin at bottom left)</li></ul></p>
         
        Returns:
        possible object is CoordinatesType
      • isSetCoordinates

        public boolean isSetCoordinates()