Compartilhar via


BackgroundCustomProperties Construtores

Definição

Sobrecargas

BackgroundCustomProperties()

Inicializa uma nova instância da classe BackgroundCustomProperties.

BackgroundCustomProperties(OpenXmlElement[])

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

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

BackgroundCustomProperties(String)

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

BackgroundCustomProperties()

Inicializa uma nova instância da classe BackgroundCustomProperties.

public BackgroundCustomProperties ();
Public Sub New ()

Aplica-se a

BackgroundCustomProperties(OpenXmlElement[])

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

Aplica-se a

BackgroundCustomProperties(IEnumerable<OpenXmlElement>)

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

Aplica-se a

BackgroundCustomProperties(String)

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

Aplica-se a