次の方法で共有


FramesetSplitbar Class

Frameset Splitter Properties.When the object is serialized out as xml, its qualified name is w:framesetSplitbar.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar

Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<ChildElementInfoAttribute(GetType(NoBorder))> _
<ChildElementInfoAttribute(GetType(Width))> _
<ChildElementInfoAttribute(GetType(Color))> _
<ChildElementInfoAttribute(GetType(FlatBorders))> _
Public Class FramesetSplitbar _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As FramesetSplitbar
[ChildElementInfoAttribute(typeof(NoBorder))]
[ChildElementInfoAttribute(typeof(Width))]
[ChildElementInfoAttribute(typeof(Color))]
[ChildElementInfoAttribute(typeof(FlatBorders))]
public class FramesetSplitbar : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Width <w:w>

  • Color <w:color>

  • NoBorder <w:noBorder>

  • FlatBorders <w:flatBorders>

[ISO/IEC 29500-1 初版]

17.15.2.20 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:

DocumentFormat.OpenXml.Wordprocessing.FramesetSpli

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FramesetSplitbar Members

DocumentFormat.OpenXml.Wordprocessing Namespace