共用方式為


PreviousTablePropertyExceptions Constructors

Definition

Overloads

PreviousTablePropertyExceptions()

Initializes a new instance of the PreviousTablePropertyExceptions class.

PreviousTablePropertyExceptions(OpenXmlElement[])

Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.

PreviousTablePropertyExceptions(String)

Initializes a new instance of the PreviousTablePropertyExceptions class from outer XML.

PreviousTablePropertyExceptions()

Initializes a new instance of the PreviousTablePropertyExceptions class.

public PreviousTablePropertyExceptions ();
Public Sub New ()

Applies to

PreviousTablePropertyExceptions(OpenXmlElement[])

Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PreviousTablePropertyExceptions(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PreviousTablePropertyExceptions class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PreviousTablePropertyExceptions(String)

Initializes a new instance of the PreviousTablePropertyExceptions class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to