Compartir a través de


LiveFeedBackgroundProperties Constructores

Definición

Sobrecargas

LiveFeedBackgroundProperties()

Inicializa una nueva instancia de la clase LiveFeedBackgroundProperties.

LiveFeedBackgroundProperties(OpenXmlElement[])

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

LiveFeedBackgroundProperties(IEnumerable<OpenXmlElement>)

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

LiveFeedBackgroundProperties(String)

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

LiveFeedBackgroundProperties()

Inicializa una nueva instancia de la clase LiveFeedBackgroundProperties.

public LiveFeedBackgroundProperties ();
Public Sub New ()

Se aplica a

LiveFeedBackgroundProperties(OpenXmlElement[])

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

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

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

LiveFeedBackgroundProperties(IEnumerable<OpenXmlElement>)

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

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

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

LiveFeedBackgroundProperties(String)

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

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

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a