Partager via


Level7ParagraphProperties Constructeurs

Définition

Surcharges

Level7ParagraphProperties()

Initialise une nouvelle instance de la classe Level7ParagraphProperties.

Level7ParagraphProperties(OpenXmlElement[])

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

Level7ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level7ParagraphProperties(String)

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

Level7ParagraphProperties()

Initialise une nouvelle instance de la classe Level7ParagraphProperties.

public Level7ParagraphProperties ();
Public Sub New ()

S’applique à

Level7ParagraphProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Level7ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Level7ParagraphProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à