<horizontal>
(Horizontal Inner Borders)
This element specifies the color and line style for the horizontal inner border(s) of a range of cells. Used in the context of <dxf>
elements only. For example, see the borders definitions for TableStyleMedium28.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
The line style for this border. The possible values for this attribute are defined by the ST_BorderStyle simple type (§3.18.3). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BorderPr">
<sequence>
<element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="style" type="ST_BorderStyle" use="optional" default="none"/>
</complexType>