|
const short | INTERNAL = 0 |
| specifies internal commands.
|
|
const short | APPLICATION = 1 |
| specifies application based commands.
|
|
const short | VIEW = 2 |
| specifies view specific commands.
|
|
const short | DOCUMENT = 3 |
| specifies document specific commands.
|
|
const short | EDIT = 4 |
| specifies edit specific commands.
|
|
const short | MACRO = 5 |
| specifies commands used by the built-in Basic.
|
|
const short | OPTIONS = 6 |
| specifies commands to change options.
|
|
const short | MATH = 7 |
| specifies math specific commands.
|
|
const short | NAVIGATOR = 8 |
| specifies navigate commands.
|
|
const short | INSERT = 9 |
| specifies insert commands.
|
|
const short | FORMAT = 10 |
| specifies commands that are related to formats.
|
|
const short | TEMPLATE = 11 |
| specifies commands that are related to templates.
|
|
const short | TEXT = 12 |
| specifies text specific commands.
|
|
const short | FRAME = 13 |
| specifies frame specific commands.
|
|
const short | GRAPHIC = 14 |
| specifies commands that are related to graphical data.
|
|
const short | TABLE = 15 |
| specifies commands that are related to tables.
|
|
const short | ENUMERATION = 16 |
| specifies commands that are related to bullets and numbering.
|
|
const short | DATA = 17 |
| specifies commands that are related to data.
|
|
const short | SPECIAL = 18 |
| specifies special commands.
|
|
const short | IMAGE = 19 |
| specifies commands that are related to images.
|
|
const short | CHART = 20 |
| specifies chart specific commands.
|
|
const short | EXPLORER = 21 |
| specifies explorer specific commands.
|
|
const short | CONNECTOR = 22 |
| specifies commands that are related to connectors.
|
|
const short | MODIFY = 23 |
| specifies commands that are related to modifications.
|
|
const short | DRAWING = 24 |
| specifies commands that are related to drawing.
|
|
const short | CONTROLS = 25 |
| specifies commands that are related to controls.
|
|