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