<w>
(Frameset Splitter Width)
This element specifies the width of the splitters within the frameset in this WordprocessingML document. This element shall only be honored on the root frameset for this document, and may be ignored for all nested framesets in this document.
If this element is omitted, then the default width of the splitters in this document shall be 4.5 points (90 twentieths of a point) wide. If the <noBorder>
element (§2.15.2.30) is also specified, then this element shall be ignored and no splitters shall be displayed.
The following properties define the presentation of the splitter bars within this frameset:
<w:frameset> <w:framesetSplitbar> <w:w w:val="200" /> <w:color w:val="0000FF" /> </w:framesetSplitbar> … </w:frameset>
The <w>
element's @val
attribute specifies that the splitter shall be 10 points (200
twentieths of a point) wide when the contents of this document are displayed. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a positive measurement value, specified in twentieths of a point. This value is interpreted based on the context of the parent XML element. <w:… w:val="720" /> The The possible values for this attribute are defined by the ST_TwipsMeasure simple type (§2.18.105). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TwipsMeasure">
<attribute name="val" type="ST_TwipsMeasure" use="required"/>
</complexType>