Compartilhar via


LiveFeedBackgroundProperties Construtores

Definição

Sobrecargas

LiveFeedBackgroundProperties()

Inicializa uma nova instância da classe LiveFeedBackgroundProperties.

LiveFeedBackgroundProperties(OpenXmlElement[])

Inicializa uma nova instância da classe LiveFeedBackgroundProperties com os elementos filho especificados.

LiveFeedBackgroundProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe LiveFeedBackgroundProperties com os elementos filho especificados.

LiveFeedBackgroundProperties(String)

Inicializa uma nova instância da classe LiveFeedBackgroundProperties do XML externo.

LiveFeedBackgroundProperties()

Inicializa uma nova instância da classe LiveFeedBackgroundProperties.

public LiveFeedBackgroundProperties ();
Public Sub New ()

Aplica-se a

LiveFeedBackgroundProperties(OpenXmlElement[])

Inicializa uma nova instância da classe LiveFeedBackgroundProperties com os elementos filho 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 os elementos filho.

Aplica-se a

LiveFeedBackgroundProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe LiveFeedBackgroundProperties com os elementos filho 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 os elementos filho.

Aplica-se a

LiveFeedBackgroundProperties(String)

Inicializa uma nova instância da classe LiveFeedBackgroundProperties do 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 o XML externo do elemento.

Aplica-se a