TextBoxContent Constructors

Definition

Overloads

TextBoxContent()

Initializes a new instance of the TextBoxContent class.

TextBoxContent(OpenXmlElement[])

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

TextBoxContent(IEnumerable<OpenXmlElement>)

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

TextBoxContent(String)

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

TextBoxContent()

Initializes a new instance of the TextBoxContent class.

public TextBoxContent ();
Public Sub New ()

Applies to

TextBoxContent(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextBoxContent(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextBoxContent(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to