FramesetSplitbar class
Frameset Splitter Properties. When the object is serialized out as xml, its qualified name is w:framesetSplitbar.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
framesetSplitbar (Frameset Splitter Properties)
This element specifies the properties for the splitters associated with this frameset. A splitter is a horizontal or vertical line which visually separates the contents of one frame from another within a frameset.
If this element is omitted, then the default parameters for each of the child frameset properties shall be used for all splitters in this frameset.
[Example: Consider a frameset consisting of the following three frames:
The following properties define the presentation of the splitter bars within this frameset:
<w:frameset>
<w:framesetSplitbar>
<w:w w:val="90" />
<w:color w:val="auto" />
</w:framesetSplitbar>
… </w:frameset>The framesetSplitbar element specifies the properties for all splitters in this frameset; in this case, those properties are that the splitter must be 4.5 points (90 twentieths of a point) wide, and that the color of the splitter must be automatically determined via the attribute value of auto. end example]
Parent Elements |
|---|
frameset (§17.15.2.18); frameset (§17.15.2.19) |
Child Elements | Subclause |
|---|---|
color (Frameset Splitter Color) | §17.15.2.5 |
flatBorders (Frameset Splitter Border Style) | §17.15.2.15 |
noBorder (Do Not Display Frameset Splitters) | §17.15.2.31 |
w (Frameset Splitter Width) | §17.15.2.45 |
[Note: The W3C XML Schema definition of this element’s content model (CT_FramesetSplitbar) is located in §A.1. end note]
© ISO/IEC29500: 2008.