shapelinestyle-ag凯发旗舰厅



com.spire.doc.documents
enum shapelinestyle

java.lang.object
  extended by java.lang.enum<shapelinestyle>
      extended by com.spire.doc.documents.shapelinestyle
all implemented interfaces:
java.lang.comparable<shapelinestyle>

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

enum constant summary
default
          default value is shapelinestyle.single
double
          double lines of equal width.
single
          single line.
thick_thin
          double lines, one thick, one thin.
thin_thick
          double lines, one thin, one thick.
triple
          three lines, thin, thick, thin.
 
method summary
 int getvalue()
           
 
enum constant detail

single

public static final shapelinestyle single
single line.

double

public static final shapelinestyle double
double lines of equal width.

thick_thin

public static final shapelinestyle thick_thin
double lines, one thick, one thin.

thin_thick

public static final shapelinestyle thin_thick
double lines, one thin, one thick.

triple

public static final shapelinestyle triple
three lines, thin, thick, thin.

default

public static final shapelinestyle default
default value is shapelinestyle.single
method detail

getvalue

public int getvalue()


网站地图