BodyStyle Constructeurs

Définition

Surcharges

BodyStyle()

Initialise une nouvelle instance de la classe BodyStyle.

BodyStyle(OpenXmlElement[])

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

BodyStyle(IEnumerable<OpenXmlElement>)

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

BodyStyle(String)

Initialise une nouvelle instance de la classe BodyStyle à partir d’un code XML externe.

BodyStyle()

Initialise une nouvelle instance de la classe BodyStyle.

public BodyStyle ();
Public Sub New ()

S’applique à

BodyStyle(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

BodyStyle(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

BodyStyle(String)

Initialise une nouvelle instance de la classe BodyStyle à partir d’un code XML externe.

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

Paramètres

outerXml
String

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

S’applique à