Enum STBorderType
- All Implemented Interfaces:
Serializable,Comparable<STBorderType>,java.lang.constant.Constable
Java class for ST_BorderType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_BorderType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="single"/>
<enumeration value="thick"/>
<enumeration value="double"/>
<enumeration value="hairline"/>
<enumeration value="dot"/>
<enumeration value="dash"/>
<enumeration value="dotDash"/>
<enumeration value="dashDotDot"/>
<enumeration value="triple"/>
<enumeration value="thinThickSmall"/>
<enumeration value="thickThinSmall"/>
<enumeration value="thickBetweenThinSmall"/>
<enumeration value="thinThick"/>
<enumeration value="thickThin"/>
<enumeration value="thickBetweenThin"/>
<enumeration value="thinThickLarge"/>
<enumeration value="thickThinLarge"/>
<enumeration value="thickBetweenThinLarge"/>
<enumeration value="wave"/>
<enumeration value="doubleWave"/>
<enumeration value="dashedSmall"/>
<enumeration value="dashDotStroked"/>
<enumeration value="threeDEmboss"/>
<enumeration value="threeDEngrave"/>
<enumeration value="HTMLOutset"/>
<enumeration value="HTMLInset"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionpecifies a line border consisting of a dashed line around the parent object.Dash Dot Dot BorderStroked Dash Dot BorderSmall Dash BorderDotted BorderDot Dash BorderDouble Line BorderDouble Wavy Lines BorderHairline BorderInset BorderOutset BorderNo BorderSingle Line BorderThick Line BorderThin-thick-thin BorderLarge thin-thick-thin BorderSmall thin-thick-thin Lines BorderThick Thin Line BorderThick Thin Large Gap BorderSmall thick-thin lines borderThin Thick Line BorderThin Thick Large Gap BorderThin Thick Small Gap Border3D Embossed Border3D Engraved BorderTriple Line BorderWavy Border -
Method Summary
Modifier and TypeMethodDescriptionstatic STBorderTypevalue()static STBorderTypeReturns the enum constant of this type with the specified name.static STBorderType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
No Border -
SINGLE
Single Line Border -
THICK
Thick Line Border -
DOUBLE
Double Line Border -
HAIRLINE
Hairline Border -
DOT
Dotted Border -
DASH
pecifies a line border consisting of a dashed line around the parent object. -
DOT_DASH
Dot Dash Border -
DASH_DOT_DOT
Dash Dot Dot Border -
TRIPLE
Triple Line Border -
THIN_THICK_SMALL
Thin Thick Small Gap Border -
THICK_THIN_SMALL
Small thick-thin lines border -
THICK_BETWEEN_THIN_SMALL
Small thin-thick-thin Lines Border -
THIN_THICK
Thin Thick Line Border -
THICK_THIN
Thick Thin Line Border -
THICK_BETWEEN_THIN
Thin-thick-thin Border -
THIN_THICK_LARGE
Thin Thick Large Gap Border -
THICK_THIN_LARGE
Thick Thin Large Gap Border -
THICK_BETWEEN_THIN_LARGE
Large thin-thick-thin Border -
WAVE
Wavy Border -
DOUBLE_WAVE
Double Wavy Lines Border -
DASHED_SMALL
Small Dash Border -
DASH_DOT_STROKED
Stroked Dash Dot Border -
THREE_D_EMBOSS
3D Embossed Border -
THREE_D_ENGRAVE
3D Engraved Border -
HTML_OUTSET
Outset Border -
HTML_INSET
Inset Border
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-