public enum STBorderType extends java.lang.Enum<STBorderType>
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>
| Enum Constant and Description |
|---|
DASH
pecifies a line border consisting of a dashed line around the parent object.
|
DASH_DOT_DOT
Dash Dot Dot Border
|
DASH_DOT_STROKED
Stroked Dash Dot Border
|
DASHED_SMALL
Small Dash Border
|
DOT
Dotted Border
|
DOT_DASH
Dot Dash Border
|
DOUBLE
Double Line Border
|
DOUBLE_WAVE
Double Wavy Lines Border
|
HAIRLINE
Hairline Border
|
HTML_INSET
Inset Border
|
HTML_OUTSET
Outset Border
|
NONE
No Border
|
SINGLE
Single Line Border
|
THICK
Thick Line Border
|
THICK_BETWEEN_THIN
Thin-thick-thin Border
|
THICK_BETWEEN_THIN_LARGE
Large thin-thick-thin Border
|
THICK_BETWEEN_THIN_SMALL
Small thin-thick-thin Lines Border
|
THICK_THIN
Thick Thin Line Border
|
THICK_THIN_LARGE
Thick Thin Large Gap Border
|
THICK_THIN_SMALL
Small thick-thin lines border
|
THIN_THICK
Thin Thick Line Border
|
THIN_THICK_LARGE
Thin Thick Large Gap Border
|
THIN_THICK_SMALL
Thin Thick Small Gap Border
|
THREE_D_EMBOSS
3D Embossed Border
|
THREE_D_ENGRAVE
3D Engraved Border
|
TRIPLE
Triple Line Border
|
WAVE
Wavy Border
|
| Modifier and Type | Method and Description |
|---|---|
static STBorderType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STBorderType |
valueOf(java.lang.String name)
Returns 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.
|
public static final STBorderType NONE
public static final STBorderType SINGLE
public static final STBorderType THICK
public static final STBorderType DOUBLE
public static final STBorderType HAIRLINE
public static final STBorderType DOT
public static final STBorderType DASH
public static final STBorderType DOT_DASH
public static final STBorderType DASH_DOT_DOT
public static final STBorderType TRIPLE
public static final STBorderType THIN_THICK_SMALL
public static final STBorderType THICK_THIN_SMALL
public static final STBorderType THICK_BETWEEN_THIN_SMALL
public static final STBorderType THIN_THICK
public static final STBorderType THICK_THIN
public static final STBorderType THICK_BETWEEN_THIN
public static final STBorderType THIN_THICK_LARGE
public static final STBorderType THICK_THIN_LARGE
public static final STBorderType THICK_BETWEEN_THIN_LARGE
public static final STBorderType WAVE
public static final STBorderType DOUBLE_WAVE
public static final STBorderType DASHED_SMALL
public static final STBorderType DASH_DOT_STROKED
public static final STBorderType THREE_D_EMBOSS
public static final STBorderType THREE_D_ENGRAVE
public static final STBorderType HTML_OUTSET
public static final STBorderType HTML_INSET
public static STBorderType[] values()
for (STBorderType c : STBorderType.values()) System.out.println(c);
public static STBorderType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static STBorderType fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.