Class MarginType

  • Direct Known Subclasses:
    PageType

    public class MarginType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="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">Used to define a margin for a rectangular container.</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}int" default="20" />
           <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}int" default="20" />
           <attribute name="top" type="{http://www.w3.org/2001/XMLSchema}int" default="20" />
           <attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}int" default="20" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MarginType

        public MarginType()
    • Method Detail

      • getLeft

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

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

        public boolean isSetLeft()
      • unsetLeft

        public void unsetLeft()
      • getRight

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

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

        public boolean isSetRight()
      • unsetRight

        public void unsetRight()
      • getTop

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

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

        public boolean isSetTop()
      • unsetTop

        public void unsetTop()
      • getBottom

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

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

        public boolean isSetBottom()
      • unsetBottom

        public void unsetBottom()