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