Partager via


Level8ParagraphProperties Constructeurs

Définition

Surcharges

Level8ParagraphProperties()

Initialise une nouvelle instance de la classe Level8ParagraphProperties.

Level8ParagraphProperties(OpenXmlElement[])

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

Level8ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level8ParagraphProperties(String)

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

Level8ParagraphProperties()

Initialise une nouvelle instance de la classe Level8ParagraphProperties.

public Level8ParagraphProperties ();
Public Sub New ()

S’applique à

Level8ParagraphProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

Level8ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

Level8ParagraphProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à