Package jxl.format
Class BorderLineStyle
java.lang.Object
jxl.format.BorderLineStyle
- Direct Known Subclasses:
BorderLineStyle
The border line style
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStylestatic final BorderLineStyle -
Method Summary
Modifier and TypeMethodDescriptionGets the textual descriptionstatic BorderLineStylegetStyle(int val) Gets the alignment from the valueintgetValue()Gets the value for this line style
-
Field Details
-
NONE
-
THIN
-
MEDIUM
-
DASHED
-
DOTTED
-
THICK
-
DOUBLE
-
HAIR
-
MEDIUM_DASHED
-
DASH_DOT
-
MEDIUM_DASH_DOT
-
DASH_DOT_DOT
-
MEDIUM_DASH_DOT_DOT
-
SLANTED_DASH_DOT
-
-
Method Details
-
getValue
public int getValue()Gets the value for this line style- Returns:
- the value
-
getDescription
Gets the textual description -
getStyle
Gets the alignment from the value- Parameters:
val-- Returns:
- the alignment with that value
-