Compartilhar via


TablePropertyExceptions Construtores

Definição

Sobrecargas

TablePropertyExceptions()

Inicializa uma nova instância da classe TablePropertyExceptions.

TablePropertyExceptions(OpenXmlElement[])

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

TablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

TablePropertyExceptions(String)

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

TablePropertyExceptions()

Inicializa uma nova instância da classe TablePropertyExceptions.

public TablePropertyExceptions ();
Public Sub New ()

Aplica-se a

TablePropertyExceptions(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TablePropertyExceptions(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a