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