PreviousTablePropertyExceptions Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.