Share via


ManualLayout Constructors

Definition

Overloads

ManualLayout()

Initializes a new instance of the ManualLayout class.

ManualLayout(OpenXmlElement[])

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

ManualLayout(IEnumerable<OpenXmlElement>)

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

ManualLayout(String)

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

ManualLayout()

Initializes a new instance of the ManualLayout class.

public ManualLayout ();
Public Sub New ()

Applies to

ManualLayout(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ManualLayout(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ManualLayout(String)

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

public ManualLayout (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.ManualLayout : string -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to