Macros
type Macros = object
Description
An object containing the data about all the macros from the document.
Properties
- macrosArray
string[]
An array of macros codes ([{"name": "Macros1", "value": "{macrosCode}"}]).
- current
number
A current macro index.