Classes | |
class | Coord |
This class designed to represent data related to coordinates of PUB fields. Every field in PUB holds coordinates has 2 pairs of coordinates: coordinates of upper-left corner (XLeft, YTop) and coordinates of bottom-right corner(XRight, YBottom). All coordinates represented in special metric system - English Metric Unit(EMUs). Additional methods were added into this class to transform coordinate values from english metric units into inches. More... | |
class | EscherOptionalDataDict |
Designed to represent optional dictionaries placed in Escher streams. More... | |
class | FastDateTime |
Privides DateTime.New functionality that works much faster. More... | |
class | Set |
Designed to represent sets of type specified. More... | |