RelationTable 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
RelationTable() |
Initializes a new instance of the RelationTable class. |
RelationTable(OpenXmlElement[]) |
Initializes a new instance of the RelationTable class with the specified child elements. |
RelationTable(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the RelationTable class with the specified child elements. |
RelationTable(String) |
Initializes a new instance of the RelationTable class from outer XML. |
RelationTable()
Initializes a new instance of the RelationTable class.
public RelationTable ();
Public Sub New ()
Applies to
RelationTable(OpenXmlElement[])
Initializes a new instance of the RelationTable class with the specified child elements.
public RelationTable (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Vml.Office.RelationTable : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Vml.Office.RelationTable
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
RelationTable(IEnumerable<OpenXmlElement>)
Initializes a new instance of the RelationTable class with the specified child elements.
public RelationTable (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Vml.Office.RelationTable : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Vml.Office.RelationTable
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
RelationTable(String)
Initializes a new instance of the RelationTable class from outer XML.
public RelationTable (string outerXml);
new DocumentFormat.OpenXml.Vml.Office.RelationTable : string -> DocumentFormat.OpenXml.Vml.Office.RelationTable
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.