Partager via


TextShape Constructeurs

Définition

Surcharges

TextShape()

Initialise une nouvelle instance de la classe TextShape.

TextShape(OpenXmlElement[])

Initialise une nouvelle instance de la classe TextShape avec les éléments enfants spécifiés.

TextShape(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe TextShape avec les éléments enfants spécifiés.

TextShape(String)

Initialise une nouvelle instance de la classe TextShape à partir du code XML externe.

TextShape()

Initialise une nouvelle instance de la classe TextShape.

public TextShape ();
Public Sub New ()

S’applique à

TextShape(OpenXmlElement[])

Initialise une nouvelle instance de la classe TextShape avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

TextShape(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe TextShape avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

TextShape(String)

Initialise une nouvelle instance de la classe TextShape à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à