borderProperty complexType

Defines a border.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/auxHint
Schema name Auxiliary XML Document 2003

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
val htmlBorderValues required Gets or sets a border style.
  • none
  • solid
  • double
  • dotted
  • dashed
  • ridge
  • groove
  • outset
  • inset
color hexColorType optional Gets or sets a border color.
space decimalNumberType optional Gets or sets a border space in eighths of a point.
shadow onOffType optional Gets or sets a value indicating whether the border has a shadow.
  • on
  • off
frame onOffType optional Gets or sets a value indicating whether the border is reversed to create a frame.
  • on
  • off
bdrwidth Anonymous optional 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.

Definition

      
<xsd:complexType name="borderProperty" >
  <xsd:attribute name="val" type="htmlBorderValues" use="required">
  </xsd:attribute>
  <xsd:attribute name="color" type="hexColorType" use="optional">
  </xsd:attribute>
  <xsd:attribute ref="bdrwidth" use="optional">
  </xsd:attribute>
  <xsd:attribute name="space" type="decimalNumberType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="shadow" type="onOffType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="frame" type="onOffType" use="optional">
  </xsd:attribute>
</xsd:complexType>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp