ColorValue Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ColorValue() | Initializes a new instance of the ColorValue class. | |
ColorValue(String) | Initializes a new instance of the ColorValue class from outer XML. | |
ColorValue(array<OpenXmlElement[]) | Initializes a new instance of the ColorValue class with the specified child elements. | |
ColorValue(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ColorValue class with the specified child elements. |
Top