Compartir a través de


BackgroundRemovedProperties Constructores

Definición

Sobrecargas

BackgroundRemovedProperties()

Inicializa una nueva instancia de la clase BackgroundRemovedProperties.

BackgroundRemovedProperties(OpenXmlElement[])

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

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

BackgroundRemovedProperties(String)

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

BackgroundRemovedProperties()

Inicializa una nueva instancia de la clase BackgroundRemovedProperties.

public BackgroundRemovedProperties ();
Public Sub New ()

Se aplica a

BackgroundRemovedProperties(OpenXmlElement[])

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

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

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

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

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

BackgroundRemovedProperties(String)

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

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

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a