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