shapeelementstrokesource-ag凯发旗舰厅



com.spire.presentation
enum shapeelementstrokesource

java.lang.object
  extended by java.lang.enum<shapeelementstrokesource>
      extended by com.spire.presentation.shapeelementstrokesource
all implemented interfaces:
java.lang.comparable<shapeelementstrokesource>

public enum shapeelementstrokesource
extends java.lang.enum<shapeelementstrokesource>

represents how shape element should be drawn.


enum constant summary
no_stroke
          don't stroke primitive.
own_stroke
          use own stroke.
shape
          use shape's lineformat.
 
method summary
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

no_stroke

public static final shapeelementstrokesource no_stroke
don't stroke primitive.

shape

public static final shapeelementstrokesource shape
use shape's lineformat.

own_stroke

public static final shapeelementstrokesource own_stroke
use own stroke.
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()


网站地图