|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ShapeLineStyle>
com.spire.doc.documents.ShapeLineStyle
public 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 |
---|
public static final ShapeLineStyle Single
public static final ShapeLineStyle Double
public static final ShapeLineStyle Thick_Thin
public static final ShapeLineStyle Thin_Thick
public static final ShapeLineStyle Triple
public static final ShapeLineStyle Default
ShapeLineStyle.Single
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |