Compartir a través de


BackgroundCustomProperties Constructores

Definición

Sobrecargas

BackgroundCustomProperties()

Inicializa una nueva instancia de la clase BackgroundCustomProperties.

BackgroundCustomProperties(OpenXmlElement[])

Inicializa una nueva instancia de la clase BackgroundCustomProperties con los elementos secundarios especificados.

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase BackgroundCustomProperties con los elementos secundarios especificados.

BackgroundCustomProperties(String)

Inicializa una nueva instancia de la clase BackgroundCustomProperties a partir de XML externo.

BackgroundCustomProperties()

Inicializa una nueva instancia de la clase BackgroundCustomProperties.

public BackgroundCustomProperties ();
Public Sub New ()

Se aplica a

BackgroundCustomProperties(OpenXmlElement[])

Inicializa una nueva instancia de la clase BackgroundCustomProperties con los elementos secundarios especificados.

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())

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase BackgroundCustomProperties con los elementos secundarios especificados.

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))

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

BackgroundCustomProperties(String)

Inicializa una nueva instancia de la clase BackgroundCustomProperties a partir de XML externo.

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

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a