2.2.11 CT_Border

Referenced by: CT_Borders

A border.

Attributes:

Position: The edge to which the border information applies.

LineStyle: The border line style.

Weight: The border thickness in pixels.

Color: The border color.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Border">
   <xs:attribute name="Position" type="ST_enmBorderPosition" use="required"/>
   <xs:attribute name="LineStyle" type="ST_enmBorderLineStyle" default="None" use="optional"/>
   <xs:attribute name="Weight" use="required" type="ST_Weight"/>
   <xs:attribute name="Color" type="ST_rgbTuple" use="required"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).