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