textboxlinestyle-ag凯发旗舰厅
com.spire.doc.documents
enum textboxlinestyle
java.lang.object
java.lang.enum<textboxlinestyle>
com.spire.doc.documents.textboxlinestyle
- all implemented interfaces:
- java.lang.comparable<textboxlinestyle>
public enum textboxlinestyle
- extends java.lang.enum<textboxlinestyle>
specify object's line style
enum constant summary |
double
double lines of equal width |
simple
single line (of width linewidth) |
thick_thin
double lines, one thick, one thin |
thin_thick
double lines, reverse order |
triple
three lines, thin, thick, thin |
simple
public static final textboxlinestyle simple
- single line (of width linewidth)
double
public static final textboxlinestyle double
- double lines of equal width
thick_thin
public static final textboxlinestyle thick_thin
- double lines, one thick, one thin
thin_thick
public static final textboxlinestyle thin_thick
- double lines, reverse order
triple
public static final textboxlinestyle triple
- three lines, thin, thick, thin
getvalue
public int getvalue()