TransformGroup Constructors

Definition

Overloads

TransformGroup()

Initializes a new instance of the TransformGroup class.

TransformGroup(OpenXmlElement[])

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

TransformGroup(IEnumerable<OpenXmlElement>)

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

TransformGroup(String)

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

TransformGroup()

Initializes a new instance of the TransformGroup class.

public TransformGroup ();
Public Sub New ()

Applies to

TransformGroup(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TransformGroup(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TransformGroup(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to