<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 |
---|---|
|
The line style of a border is dash-dot. example:
|
|
The line style of a border is dash-dot-dot. example:
|
|
The line style of a border is dashed. example:
|
|
The line style of a border is dotted. example:
|
|
The line style of a border is double line. example:
|
|
The line style of a border is hairline. example:
|
|
The line style of a border is medium. example:
|
|
The line style of a border is medium dash-dot. example:
|
|
The line style of a border is medium dash-dot-dot. example:
|
|
The line style of a border is medium dashed. example:
|
|
The line style of a border is none (no border visible). example:
|
|
The line style of a border is slant-dash-dot. example:
|
|
The line style of a border is 'thick'. example:
|
|
The line style of a border is thin. example:
|
Referenced By |
---|
|
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>