Partager via


Level6ParagraphProperties Constructeurs

Définition

Surcharges

Level6ParagraphProperties()

Initialise une nouvelle instance de la classe Level6ParagraphProperties.

Level6ParagraphProperties(OpenXmlElement[])

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

Level6ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level6ParagraphProperties(String)

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

Level6ParagraphProperties()

Initialise une nouvelle instance de la classe Level6ParagraphProperties.

public Level6ParagraphProperties ();
Public Sub New ()

S’applique à

Level6ParagraphProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Level6ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Level6ParagraphProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à