Compartilhar via


Section Construtores

Definição

Sobrecargas

Section()

Inicializa uma nova instância da classe Seção.

Section(OpenXmlElement[])

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

Section(IEnumerable<OpenXmlElement>)

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

Section(String)

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

Section()

Inicializa uma nova instância da classe Seção.

public Section ();
Public Sub New ()

Aplica-se a

Section(OpenXmlElement[])

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

public Section (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.PowerPoint.Section : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.PowerPoint.Section
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

Section(IEnumerable<OpenXmlElement>)

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

public Section (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.PowerPoint.Section : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.PowerPoint.Section
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

Section(String)

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

public Section (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.Section : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.Section
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a