Class BorderStyle


  • public class BorderStyle
    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">Selects a border style for a drawn shape's outline.</p>
     

    Java class for BorderStyle complex type.

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

    
     <complexType name="BorderStyle">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" default="S" />
           <attribute name="width" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="dashPattern" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="dashPhase" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
           <attribute name="effectStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="effectIntensity" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#4800FF" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • style

        protected String style
      • width

        protected Float width
      • dashPattern

        protected String dashPattern
      • dashPhase

        protected Integer dashPhase
      • effectStyle

        protected String effectStyle
      • effectIntensity

        protected Float effectIntensity
      • interiorColor

        protected String interiorColor
    • Constructor Detail

      • BorderStyle

        public BorderStyle()
    • Method Detail

      • getStyle

        public String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(String value)
        Sets the value of the style property.
        Parameters:
        value - allowed object is String
      • isSetStyle

        public boolean isSetStyle()
      • getWidth

        public float getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Float
      • setWidth

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

        public boolean isSetWidth()
      • unsetWidth

        public void unsetWidth()
      • getDashPattern

        public String getDashPattern()
        Gets the value of the dashPattern property.
        Returns:
        possible object is String
      • setDashPattern

        public void setDashPattern​(String value)
        Sets the value of the dashPattern property.
        Parameters:
        value - allowed object is String
      • isSetDashPattern

        public boolean isSetDashPattern()
      • getDashPhase

        public int getDashPhase()
        Gets the value of the dashPhase property.
        Returns:
        possible object is Integer
      • setDashPhase

        public void setDashPhase​(int value)
        Sets the value of the dashPhase property.
        Parameters:
        value - allowed object is Integer
      • isSetDashPhase

        public boolean isSetDashPhase()
      • unsetDashPhase

        public void unsetDashPhase()
      • getEffectStyle

        public String getEffectStyle()
        Gets the value of the effectStyle property.
        Returns:
        possible object is String
      • setEffectStyle

        public void setEffectStyle​(String value)
        Sets the value of the effectStyle property.
        Parameters:
        value - allowed object is String
      • isSetEffectStyle

        public boolean isSetEffectStyle()
      • getEffectIntensity

        public float getEffectIntensity()
        Gets the value of the effectIntensity property.
        Returns:
        possible object is Float
      • setEffectIntensity

        public void setEffectIntensity​(float value)
        Sets the value of the effectIntensity property.
        Parameters:
        value - allowed object is Float
      • isSetEffectIntensity

        public boolean isSetEffectIntensity()
      • unsetEffectIntensity

        public void unsetEffectIntensity()
      • getInteriorColor

        public String getInteriorColor()
        Gets the value of the interiorColor property.
        Returns:
        possible object is String
      • setInteriorColor

        public void setInteriorColor​(String value)
        Sets the value of the interiorColor property.
        Parameters:
        value - allowed object is String
      • isSetInteriorColor

        public boolean isSetInteriorColor()