textlinestyle-ag凯发旗舰厅



com.spire.presentation
enum textlinestyle

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

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

represents the style of a line.


enum constant summary
none
           
single
           
thick_between_thin
           
thick_thin
           
thin_thick
           
thin_thin
           
 
method summary
 java.lang.string getname()
           
static textlinestyle gettextlinestylefromvalue(long value)
           
 byte getvalue()
           
 
enum constant detail

none

public static final textlinestyle none

single

public static final textlinestyle single

thin_thin

public static final textlinestyle thin_thin

thin_thick

public static final textlinestyle thin_thick

thick_thin

public static final textlinestyle thick_thin

thick_between_thin

public static final textlinestyle thick_between_thin
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

gettextlinestylefromvalue

public static textlinestyle gettextlinestylefromvalue(long value)


网站地图