Class MarginType

  • Direct Known Subclasses:
    PageType

    public class MarginType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="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 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>
     
    • Field Detail

      • left

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

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

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

        protected Integer bottom
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Bottom margin settings.</p>
         
    • Constructor Detail

      • MarginType

        public MarginType()
    • Method Detail

      • getLeft

        public int getLeft()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Left margin settings.</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:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Right margin settings.</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:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Top margin settings.</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:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Bottom margin settings.</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()