Compartilhar via


PreviousTablePropertyExceptions Construtores

Definição

Sobrecargas

PreviousTablePropertyExceptions()

Inicializa uma nova instância da classe PreviousTablePropertyExceptions.

PreviousTablePropertyExceptions(OpenXmlElement[])

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

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

PreviousTablePropertyExceptions(String)

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

PreviousTablePropertyExceptions()

Inicializa uma nova instância da classe PreviousTablePropertyExceptions.

public PreviousTablePropertyExceptions ();
Public Sub New ()

Aplica-se a

PreviousTablePropertyExceptions(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

PreviousTablePropertyExceptions(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a