Definition Type: ComplexType
Name: borderProperty
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines a border.
Collapse XSD Schema Diagram:
Drilldown into frame in schema wordnetaux_xsd Drilldown into shadow in schema wordnetaux_xsd Drilldown into space in schema wordnetaux_xsd Drilldown into bdrwidth in schema wordnetaux_xsd Drilldown into color in schema wordnetaux_xsd Drilldown into val in schema wordnetaux_xsdXSD Diagram of borderProperty in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="borderProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a border.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="htmlBorderValues" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a border style.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="color" type="hexColorType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a border color.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="bdrwidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>The 'html' equivalent for this border width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="space" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a border space in eighths of a point.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shadow" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether the border has a shadow.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="frame" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether the border is reversed to create a frame.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val wx:val Required
color wx:color Optional
bdrwidth wx:bdrwidth Optional
space wx:space Optional
shadow wx:shadow Optional
frame wx:frame Optional
Collapse Derivation Tree:
Collapse References:
wx:bar, wx:between, wx:bottom, wx:left, wx:right, wx:top