FramesetSplitbar Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.FramesetSplitbarPublic 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.FramesetSplitbarPublic 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.FramesetSplitbarPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.