Share via


Stretch Constructors

Definition

Overloads

Stretch()

Initializes a new instance of the Stretch class.

Stretch(OpenXmlElement[])

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

Stretch(IEnumerable<OpenXmlElement>)

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

Stretch(String)

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

Stretch()

Initializes a new instance of the Stretch class.

public Stretch ();
Public Sub New ()

Applies to

Stretch(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Stretch(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Stretch(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to