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