NanoXLSX.Core 3.0.0-rc.5
Loading...
Searching...
No Matches
NanoXLSX.Interfaces Namespace Reference

Namespaces

namespace  Reader
namespace  Writer

Classes

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  IOptions
 General Interface used by option classes (e.g. ReaderOptions). More...
interface  IPassword
 Interface to represent a protection password, either for workbooks or worksheets. The implementations will define the password algorithms. More...
interface  IPlugin
 Interface to define classes that can be handles by extension packages (plug-ins).
interface  ISortedMap
 Interface to represent a sorted map with IFormattableText as key and string as value.
interface  ITextOptions
 Interface used by text partitions of option classes (e.g. ReaderOptions). More...
interface  ITypedColor< T >
 Interface to represent typed color with a specific value, based on a IColor. More...