linecapstyle-ag凯发旗舰厅



com.spire.presentation
enum linecapstyle

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

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

represents the line cap style.


enum constant summary
flat
           
none
           
round
           
square
           
 
method summary
static linecapstyle getlinecapstylefromvalue(long value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

none

public static final linecapstyle none

round

public static final linecapstyle round

square

public static final linecapstyle square

flat

public static final linecapstyle flat
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getlinecapstylefromvalue

public static linecapstyle getlinecapstylefromvalue(long value)


网站地图