Partager via


Level2ParagraphProperties Constructeurs

Définition

Surcharges

Level2ParagraphProperties()

Initialise une nouvelle instance de la classe Level2ParagraphProperties.

Level2ParagraphProperties(OpenXmlElement[])

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

Level2ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level2ParagraphProperties(String)

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

Level2ParagraphProperties()

Initialise une nouvelle instance de la classe Level2ParagraphProperties.

public Level2ParagraphProperties ();
Public Sub New ()

S’applique à

Level2ParagraphProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Level2ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Level2ParagraphProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à