Defines the splitter for a frameset.
Type Information
Namespace
|
http://schemas.microsoft.com/office/word/2003/wordml |
Schema name
|
wordnet |
Elements and Attributes
Child Elements
Element |
Type |
Description |
w |
twipsMeasureProperty |
Represents the width of the splitter. |
color |
hexColorProperty |
Represents the color of the splitter. |
noBorder |
onOffProperty |
Specifies whether the splitter has no border or has a border. |
flatBorders |
onOffProperty |
Specifies whether the splitter has a flat border or a 3-D border. |
Attributes
None.
Definition
XML |
---|
<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>
|
©2006 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/odcXMLRefLegalNotice12.asp