Class BorderType


  • public class BorderType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a border for a rendered geometrical element.</p>
     

    Java class for BorderType complex type.

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

    
     <complexType name="BorderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="borderWidth" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="borderStyle" type="{http://schema.webpdf.de/1.0/operation}BorderStyleType" default="solid" />
           <attribute name="dashLength" default="3">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="gapLength" default="3">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BorderType

        public BorderType()
    • Method Detail

      • getBorderWidth

        public int getBorderWidth()
        Gets the value of the borderWidth property.
        Returns:
        possible object is Integer
      • setBorderWidth

        public void setBorderWidth​(int value)
        Sets the value of the borderWidth property.
        Parameters:
        value - allowed object is Integer
      • isSetBorderWidth

        public boolean isSetBorderWidth()
      • unsetBorderWidth

        public void unsetBorderWidth()
      • setBorderStyle

        public void setBorderStyle​(BorderStyleType value)
        Sets the value of the borderStyle property.
        Parameters:
        value - allowed object is BorderStyleType
      • isSetBorderStyle

        public boolean isSetBorderStyle()
      • getDashLength

        public int getDashLength()
        Gets the value of the dashLength property.
        Returns:
        possible object is Integer
      • setDashLength

        public void setDashLength​(int value)
        Sets the value of the dashLength property.
        Parameters:
        value - allowed object is Integer
      • isSetDashLength

        public boolean isSetDashLength()
      • unsetDashLength

        public void unsetDashLength()
      • getGapLength

        public int getGapLength()
        Gets the value of the gapLength property.
        Returns:
        possible object is Integer
      • setGapLength

        public void setGapLength​(int value)
        Sets the value of the gapLength property.
        Parameters:
        value - allowed object is Integer
      • isSetGapLength

        public boolean isSetGapLength()
      • unsetGapLength

        public void unsetGapLength()