linedashstyletype-ag凯发旗舰厅



com.spire.presentation
enum linedashstyletype

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

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

represents the line dash style.


enum constant summary
custom
           
dash
           
dash_dot
           
dot
           
large_dash
           
large_dash_dot
           
large_dash_dot_dot
           
none
           
solid
           
system_dash
           
system_dash_dot
           
system_dash_dot_dot
           
system_dot
           
 
method summary
static linedashstyletype getlinedashstyletypefromvalue(long value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

none

public static final linedashstyletype none

solid

public static final linedashstyletype solid

dot

public static final linedashstyletype dot

dash

public static final linedashstyletype dash

large_dash

public static final linedashstyletype large_dash

dash_dot

public static final linedashstyletype dash_dot

large_dash_dot

public static final linedashstyletype large_dash_dot

large_dash_dot_dot

public static final linedashstyletype large_dash_dot_dot

system_dash

public static final linedashstyletype system_dash

system_dot

public static final linedashstyletype system_dot

system_dash_dot

public static final linedashstyletype system_dash_dot

system_dash_dot_dot

public static final linedashstyletype system_dash_dot_dot

custom

public static final linedashstyletype custom
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getlinedashstyletypefromvalue

public static linedashstyletype getlinedashstyletypefromvalue(long value)


网站地图