Compartilhar via


TablePropertyExceptionsChange Construtores

Definição

Sobrecargas

TablePropertyExceptionsChange()

Inicializa uma nova instância da classe TablePropertyExceptionsChange.

TablePropertyExceptionsChange(OpenXmlElement[])

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

TablePropertyExceptionsChange(IEnumerable<OpenXmlElement>)

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

TablePropertyExceptionsChange(String)

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

TablePropertyExceptionsChange()

Inicializa uma nova instância da classe TablePropertyExceptionsChange.

public TablePropertyExceptionsChange ();
Public Sub New ()

Aplica-se a

TablePropertyExceptionsChange(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TablePropertyExceptionsChange(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TablePropertyExceptionsChange(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a