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