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