Partager via


Level4ParagraphProperties Constructeurs

Définition

Surcharges

Level4ParagraphProperties()

Initialise une nouvelle instance de la classe Level4ParagraphProperties.

Level4ParagraphProperties(OpenXmlElement[])

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

Level4ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level4ParagraphProperties(String)

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

Level4ParagraphProperties()

Initialise une nouvelle instance de la classe Level4ParagraphProperties.

public Level4ParagraphProperties ();
Public Sub New ()

S’applique à

Level4ParagraphProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Level4ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Level4ParagraphProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à