<ST_BorderStyle> (Border Line Styles)

The line style of a border in a cell.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<dashDot> (Dash Dot)

The line style of a border is dash-dot.

example:

<dashDotDot> (Dash Dot Dot)

The line style of a border is dash-dot-dot.

example:

<dashed> (Dashed)

The line style of a border is dashed.

example:

<dotted> (Dotted)

The line style of a border is dotted.

example:

<double> (Double Line)

The line style of a border is double line.

example:

<hair> (Hairline Border)

The line style of a border is hairline.

example:

<medium> (Medium Border)

The line style of a border is medium.

example:

<mediumDashDot> (Medium Dash Dot)

The line style of a border is medium dash-dot.

example:

<mediumDashDotDot> (Medium Dash Dot Dot)

The line style of a border is medium dash-dot-dot.

example:

<mediumDashed> (Medium Dashed)

The line style of a border is medium dashed.

example:

<none> (None)

The line style of a border is none (no border visible).

example:

<slantDashDot> (Slant Dash Dot)

The line style of a border is slant-dash-dot.

example:

<thick> (Thick Line Border)

The line style of a border is 'thick'.

example:

<thin> (Thin Border)

The line style of a border is thin.

example:

Referenced By

<bottom@style>3.8.6); <diagonal@style>3.8.13); <horizontal@style>3.8.24); <left@style>3.8.27); <right@style>3.8.35); <top@style>3.8.43); <vertical@style>3.8.44)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_BorderStyle">
	<restriction base="xsd:string">
	<enumeration value="none"/>
	<enumeration value="thin"/>
	<enumeration value="medium"/>
	<enumeration value="dashed"/>
	<enumeration value="dotted"/>
	<enumeration value="thick"/>
	<enumeration value="double"/>
	<enumeration value="hair"/>
	<enumeration value="mediumDashed"/>
	<enumeration value="dashDot"/>
	<enumeration value="mediumDashDot"/>
	<enumeration value="dashDotDot"/>
	<enumeration value="mediumDashDotDot"/>
	<enumeration value="slantDashDot"/>
	</restriction>
</simpleType>