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>
     
    • Field Detail

      • drawMode

        protected DrawModeType drawMode
         <?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.
                                 <ul><li>fill = fill the shape</li><li>stroke = draw the outlines of the shape</li><li>fillAndStroke = draw the outlines and fill the shape</li></ul></p>
         
    • Constructor Detail

      • DrawStyleType

        public DrawStyleType()
    • Method Detail

      • getDrawMode

        public DrawModeType getDrawMode()
         <?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.
                                 <ul><li>fill = fill the shape</li><li>stroke = draw the outlines of the shape</li><li>fillAndStroke = draw the outlines and fill the shape</li></ul></p>
         
        Returns:
        possible object is DrawModeType
      • isSetDrawMode

        public boolean isSetDrawMode()