Class DrawStyleType


  • public class DrawStyleType
    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 the draw style of an drawable shape.</p>
     

    Java class for DrawStyleType complex type.

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

    
     <complexType name="DrawStyleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="drawMode" type="{http://schema.webpdf.de/1.0/extraction/info}DrawModeType" default="stroke" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DrawStyleType

        public DrawStyleType()
    • Method Detail

      • getDrawMode

        public DrawModeType getDrawMode()
        Gets the value of the drawMode property.
        Returns:
        possible object is DrawModeType
      • setDrawMode

        public void setDrawMode​(DrawModeType value)
        Sets the value of the drawMode property.
        Parameters:
        value - allowed object is DrawModeType
      • isSetDrawMode

        public boolean isSetDrawMode()