Class MarginType


  • public class MarginType
    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">Defines a margin for a displayble page content.</p>
     

    Java class for MarginType complex type.

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

    
     <complexType name="MarginType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="top" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • left

        protected Float left
      • right

        protected Float right
      • top

        protected Float top
      • bottom

        protected Float bottom
    • Constructor Detail

      • MarginType

        public MarginType()
    • Method Detail

      • getLeft

        public float getLeft()
        Gets the value of the left property.
        Returns:
        possible object is Float
      • setLeft

        public void setLeft​(float value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is Float
      • isSetLeft

        public boolean isSetLeft()
      • unsetLeft

        public void unsetLeft()
      • getRight

        public float getRight()
        Gets the value of the right property.
        Returns:
        possible object is Float
      • setRight

        public void setRight​(float value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is Float
      • isSetRight

        public boolean isSetRight()
      • unsetRight

        public void unsetRight()
      • getTop

        public float getTop()
        Gets the value of the top property.
        Returns:
        possible object is Float
      • setTop

        public void setTop​(float value)
        Sets the value of the top property.
        Parameters:
        value - allowed object is Float
      • isSetTop

        public boolean isSetTop()
      • unsetTop

        public void unsetTop()
      • getBottom

        public float getBottom()
        Gets the value of the bottom property.
        Returns:
        possible object is Float
      • setBottom

        public void setBottom​(float value)
        Sets the value of the bottom property.
        Parameters:
        value - allowed object is Float
      • isSetBottom

        public boolean isSetBottom()
      • unsetBottom

        public void unsetBottom()