Constants |
AS_WHOLE |
the whole shape is a target
|
ONLY_BACKGROUND |
only the background is a target.
The Background of a shape is the whole shape except all
visible elements that are part of the shapes text.
|
ONLY_TEXT |
only the text is a target.
This includes all glyphs, font decorations and bullets.
|
Constants' Details |
AS_WHOLE
const short AS_WHOLE = 0;
- Description
- the whole shape is a target
|
|
ONLY_BACKGROUND
const short ONLY_BACKGROUND = 1;
- Description
- only the background is a target.
The Background of a shape is the whole shape except all
visible elements that are part of the shapes text.
|
|
ONLY_TEXT
const short ONLY_TEXT = 2;
- Description
- only the text is a target.
This includes all glyphs, font decorations and bullets.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.