Share via


PresetTextWarp Constructors

Definition

Overloads

PresetTextWarp()

Initializes a new instance of the PresetTextWarp class.

PresetTextWarp(OpenXmlElement[])

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

PresetTextWarp(IEnumerable<OpenXmlElement>)

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

PresetTextWarp(String)

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

PresetTextWarp()

Initializes a new instance of the PresetTextWarp class.

public PresetTextWarp ();
Public Sub New ()

Applies to

PresetTextWarp(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PresetTextWarp(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PresetTextWarp(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to