framesetSplitbarElt complexType

Defines the splitter for a frameset.

Type Information

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

Elements and Attributes

Child Elements

Element Description
w Represents the width of the splitter.
color Represents the color of the splitter.
noBorder Specifies whether the splitter has no border or has a border.
flatBorders Specifies whether the splitter has a flat border or a 3-D border.

Attributes

None.

Definition

      
<xsd:complexType name="framesetSplitbarElt" >
  <xsd:sequence>
    <xsd:element name="w" type="twipsMeasureProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="color" type="hexColorProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="noBorder" type="onOffProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="flatBorders" type="onOffProperty" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</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