TextCharacterPropertiesType Constructeurs

Définition

Surcharges

TextCharacterPropertiesType()

Initialise une nouvelle instance de la classe TextCharacterPropertiesType.

TextCharacterPropertiesType(OpenXmlElement[])

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

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

TextCharacterPropertiesType(String)

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

TextCharacterPropertiesType()

Initialise une nouvelle instance de la classe TextCharacterPropertiesType.

public TextCharacterPropertiesType ();
Public Sub New ()

S’applique à

TextCharacterPropertiesType(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

TextCharacterPropertiesType(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

TextCharacterPropertiesType(String)

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

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

Paramètres

outerXml
String

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

S’applique à