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