Share via


Frameset Constructors

Definition

Overloads

Frameset()

Initializes a new instance of the Frameset class.

Frameset(OpenXmlElement[])

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

Frameset(IEnumerable<OpenXmlElement>)

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

Frameset(String)

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

Frameset()

Initializes a new instance of the Frameset class.

public Frameset ();
Public Sub New ()

Applies to

Frameset(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Frameset(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Frameset(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to