BackgroundCustomProperties Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.