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