PreviousTableProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PreviousTableProperties() |
Initializes a new instance of the PreviousTableProperties class. |
PreviousTableProperties(OpenXmlElement[]) |
Initializes a new instance of the PreviousTableProperties class with the specified child elements. |
PreviousTableProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the PreviousTableProperties class with the specified child elements. |
PreviousTableProperties(String) |
Initializes a new instance of the PreviousTableProperties class from outer XML. |
PreviousTableProperties()
Initializes a new instance of the PreviousTableProperties class.
public PreviousTableProperties ();
Public Sub New ()
Applies to
PreviousTableProperties(OpenXmlElement[])
Initializes a new instance of the PreviousTableProperties class with the specified child elements.
public PreviousTableProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
PreviousTableProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the PreviousTableProperties class with the specified child elements.
public PreviousTableProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
PreviousTableProperties(String)
Initializes a new instance of the PreviousTableProperties class from outer XML.
public PreviousTableProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties : string -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.