textboxlinestyle-ag凯发旗舰厅



com.spire.doc.documents
enum textboxlinestyle

java.lang.object
  extended by java.lang.enum<textboxlinestyle>
      extended by 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
 
method summary
 int getvalue()
           
 
enum constant detail

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
method detail

getvalue

public int getvalue()


网站地图