Defines the splitter for a frameset.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
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. |
None.
<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>