Constants |
INTERNAL |
specifies interal commands.
|
APPLICATION |
specifies application based commands.
|
VIEW |
specifies view specific commands.
|
DOCUMENT |
specifies document specific commands.
|
EDIT |
specifies edit specific commands.
|
MACRO |
specifies commands used by the built-in Basic.
|
OPTIONS |
specifies commands to change options.
|
MATH |
specifies math specific commands.
|
NAVIGATOR |
specifies navigate commands.
|
INSERT |
specifies insert commands.
|
FORMAT |
specifies commands that are related to formats.
|
TEMPLATE |
specifies commands that are related to templates.
|
TEXT |
specifies text specific commands.
|
FRAME |
specifies frame specific commands.
|
GRAPHIC |
specifies commands that are related to graphical data.
|
TABLE |
specifies commands that are related to tables.
|
ENUMERATION |
specifies commands that are related to bullets and numbering.
|
DATA |
specifies commands that are related to data.
|
SPECIAL |
specifies special commands.
|
IMAGE |
specifies commands that are related to images.
|
CHART |
specifies chart specific commands.
|
EXPLORER |
specifies explorer specific commands.
|
CONNECTOR |
specifies commands that are related to connectors.
|
MODIFY |
specifies commands that are related to modifications.
|
DRAWING |
specifies commands that are related to drawing.
|
CONTROLS |
specifies commands that are related to controls.
|
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.
|
|
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.