Partager via


DocumentBackground Constructeurs

Définition

Surcharges

DocumentBackground()

Initialise une nouvelle instance de la classe DocumentBackground.

DocumentBackground(OpenXmlElement[])

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

DocumentBackground(IEnumerable<OpenXmlElement>)

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

DocumentBackground(String)

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

DocumentBackground()

Initialise une nouvelle instance de la classe DocumentBackground.

public DocumentBackground ();
Public Sub New ()

S’applique à

DocumentBackground(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

DocumentBackground(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

DocumentBackground(String)

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

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

Paramètres

outerXml
String

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

S’applique à