|
| interface | IColor |
| | Interface to represent non typed color, either defined by the system or the user. More...
|
| interface | IColorScheme |
| | Interface to represent a color scheme that consists of 12 colors (IColor). More...
|
| interface | IFormattableText |
| | Interface to represent complex text data that can be formatted somehow.
|
| interface | IPassword |
| | Interface to represent a protection password, either for workbooks or worksheets. The implementations will define the password algorithms. More...
|
| interface | ISortedMap |
| | Interface to represent a sorted map with IFormattableText as key and string as value.
|
| interface | ITypedColor< T > |
| | Interface to represent typed color with a specific value, based on a IColor. More...
|
| interface | IPlugIn |
| | Interface to define classes that can be handles by extension packages (plug-ins).
|