Definition Type: Attribute
Name: bdrwidth
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: wordnetaux.xsd
ContentType Restriction
Documentation:
Gets or sets the HTML equivalent of the border width, in points. This number takes into account different internal border styles and represents the appropriate final presentation width.
Collapse XSD Schema Diagram:
XSD Diagram of bdrwidth in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="bdrwidth">
    <xsd:annotation>
        <xsd:documentation>Gets or sets the HTML equivalent of the border width, in points. This number takes into account different internal border styles and represents the appropriate final presentation width.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>