Partager via


BackgroundCustomProperties Constructeurs

Définition

Surcharges

BackgroundCustomProperties()

Initialise une nouvelle instance de la classe BackgroundCustomProperties.

BackgroundCustomProperties(OpenXmlElement[])

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

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

BackgroundCustomProperties(String)

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

BackgroundCustomProperties()

Initialise une nouvelle instance de la classe BackgroundCustomProperties.

public BackgroundCustomProperties ();
Public Sub New ()

S’applique à

BackgroundCustomProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

BackgroundCustomProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à