easymap office API-Reference |
AddIns can be implemented using any language supported by the Microsoft .NET Framework 4.7.2 (C#, Visual Basic.NET). An AddIn runs in the context of the application and is activated at application startup. It can, for example, register menu commands or listen to application events.
For more information refer to the Easymap.AddIn.IAddIn interface in the API-Reference.
The COM-API implements a subset of the AddIn-API and can be used from external applications or scripts for batch processing.
The easymap office ActiveX-Control can be used to integrate the visual representation of an easymap office workbook in other applications.
Namespace | Description |
---|---|
Easymap.AddIn | The Easymap.AddIn namespace provides access to base classes of Easymap. |
Easymap.AddIn.Analyse | The Easymap.AddIn.Analyse namespace provides classes for analyse data. |
Easymap.AddIn.Common | The Easymap.AddIn.Common namespace contains common classes that provides the main functionality of Easymap. |
Easymap.AddIn.Common.Controls | The Easymap.AddIn.Common.Controls namespace contains specific user-controls which provides Easymap. |
Easymap.AddIn.Common.Graphics | The Easymap.AddIn.Common.Graphics namespace provides access to basic graphics functionality of Easymap. |
Easymap.AddIn.Data | The Easymap.AddIn.Data namespace provides access to classes which represents datasources. |
Easymap.AddIn.Data.DisplayFormat | The Easymap.AddIn.Data.DisplayFormat namespace contains classes which formats data types. |
Easymap.AddIn.Data.Provider | The Easymap.AddIn.Data.Provider namespace contains data providers which can be used to import data in Easymap. |
Easymap.AddIn.DocumentFunctions | The Easymap.AddIn.DocumentFunctions namespace contains helper classes which can be used to get descriptions of objects. |
Easymap.AddIn.Elements | The Easymap.AddIn.Elements namspace contains classes of different elements provided by Easymap. |
Easymap.AddIn.Export | The Easymap.AddIn.Export namespace provides access to export functionality. |
Easymap.AddIn.Mapping | The Easymap.AddIn.Mapping namespace provides access to mapping functionality. |
Easymap.AddIn.Reports | The Easymap.AddIn.Report namespace provides access to report functionality. |