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