Compartilhar via


SectionPropertiesChange Construtores

Definição

Sobrecargas

SectionPropertiesChange()

Inicializa uma nova instância da classe SectionPropertiesChange.

SectionPropertiesChange(OpenXmlElement[])

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

SectionPropertiesChange(IEnumerable<OpenXmlElement>)

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

SectionPropertiesChange(String)

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

SectionPropertiesChange()

Inicializa uma nova instância da classe SectionPropertiesChange.

public SectionPropertiesChange ();
Public Sub New ()

Aplica-se a

SectionPropertiesChange(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SectionPropertiesChange(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SectionPropertiesChange(String)

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

public SectionPropertiesChange (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange : string -> DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a