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