Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> |
ColorsInfo.getCalendar()
Palette of calendar colors, mapping from the color ID to its definition.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> |
ColorsInfo.getEvent()
Palette of event colors, mapping from the color ID to its definition.
|
Constructor and Description |
---|
ColorsInfo(Date updated,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> calendar,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> evnt)
Initializes a new instance of the ColorsInfo class.
|
ColorsInfo(Date updated,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> calendar,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> evnt)
Initializes a new instance of the ColorsInfo class.
|