Share via


FramesetSplitbar Constructors

Definition

Overloads

FramesetSplitbar()

Initializes a new instance of the FramesetSplitbar class.

FramesetSplitbar(OpenXmlElement[])

Initializes a new instance of the FramesetSplitbar class with the specified child elements.

FramesetSplitbar(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FramesetSplitbar class with the specified child elements.

FramesetSplitbar(String)

Initializes a new instance of the FramesetSplitbar class from outer XML.

FramesetSplitbar()

Initializes a new instance of the FramesetSplitbar class.

public FramesetSplitbar ();
Public Sub New ()

Applies to

FramesetSplitbar(OpenXmlElement[])

Initializes a new instance of the FramesetSplitbar class with the specified child elements.

public FramesetSplitbar (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FramesetSplitbar(IEnumerable<OpenXmlElement>)

Initializes a new instance of the FramesetSplitbar class with the specified child elements.

public FramesetSplitbar (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FramesetSplitbar(String)

Initializes a new instance of the FramesetSplitbar class from outer XML.

public FramesetSplitbar (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar : string -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to