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