Data types
Data structures used by Facade methods, snapshots, cells, and rich text.
Use these types to construct API arguments, interpret returned data, and save editor snapshots. Each page includes its import, definition, fields, and related types.
| Working with | Types |
|---|---|
| Cell content | CellValue · ICellData |
| Cell coordinates and formatting | IRange · IStyleData |
| Spreadsheet snapshots | IWorkbookData · IWorksheetData |
| Documents and rich text | IDocumentData · IDocumentBody · ITextRun · ITextStyle |
| Presentations | ISlideData · ISlidePage |
| Whiteboards | IBoardData |
| Bases | IBaseSnapshot |
| PDF units | IPdfUnitData |
| Application appearance | Theme |
IRange uses zero-based, inclusive cell coordinates. ICellData contains plain values, formulas, rich text, and style references. A snapshot describes a saved state; use Facade methods to change the live editor.
For plugin configuration, open the corresponding package. Event callbacks document their payloads in Events. Method pages link to any additional parameter and return types they use.
How is this guide?