Partager via


TextParagraphPropertiesType Constructeurs

Définition

Surcharges

TextParagraphPropertiesType()

Initialise une nouvelle instance de la classe TextParagraphPropertiesType.

TextParagraphPropertiesType(OpenXmlElement[])

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

TextParagraphPropertiesType(IEnumerable<OpenXmlElement>)

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

TextParagraphPropertiesType(String)

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

TextParagraphPropertiesType()

Initialise une nouvelle instance de la classe TextParagraphPropertiesType.

protected TextParagraphPropertiesType ();
Protected Sub New ()

S’applique à

TextParagraphPropertiesType(OpenXmlElement[])

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

protected TextParagraphPropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

TextParagraphPropertiesType(IEnumerable<OpenXmlElement>)

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

protected TextParagraphPropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

TextParagraphPropertiesType(String)

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

protected TextParagraphPropertiesType (string outerXml);
new DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType : string -> DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType
Protected Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à