共用方式為


TextBoxInfo2 Constructors

Definition

Overloads

TextBoxInfo2()

Initializes a new instance of the TextBoxInfo2 class.

TextBoxInfo2(OpenXmlElement[])

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

TextBoxInfo2(IEnumerable<OpenXmlElement>)

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

TextBoxInfo2(String)

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

TextBoxInfo2()

Initializes a new instance of the TextBoxInfo2 class.

public TextBoxInfo2 ();
Public Sub New ()

Applies to

TextBoxInfo2(OpenXmlElement[])

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

public TextBoxInfo2 (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TextBoxInfo2(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TextBoxInfo2(String)

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

public TextBoxInfo2 (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 : string -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to