Compartir a través de


LayoutVariablePropertySetType Constructores

Definición

Sobrecargas

LayoutVariablePropertySetType()

Inicializa una nueva instancia de la clase LayoutVariablePropertySetType.

LayoutVariablePropertySetType(OpenXmlElement[])

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

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

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

LayoutVariablePropertySetType(String)

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

LayoutVariablePropertySetType()

Inicializa una nueva instancia de la clase LayoutVariablePropertySetType.

protected LayoutVariablePropertySetType ();
Protected Sub New ()

Se aplica a

LayoutVariablePropertySetType(OpenXmlElement[])

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

protected LayoutVariablePropertySetType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

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

protected LayoutVariablePropertySetType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

LayoutVariablePropertySetType(String)

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

protected LayoutVariablePropertySetType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : string -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (outerXml As String)

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a