:: com :: sun :: star :: text ::
|
constants group FontRelief |
- Description
- Determines the relief type of a font.
|
Constants |
NONE |
no relief is used.
|
EMBOSSED |
the font relief is embossed.
|
ENGRAVED |
the font relief is engraved.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- no relief is used.
|
|
EMBOSSED
const short EMBOSSED = 1;
- Description
- the font relief is embossed.
|
|
ENGRAVED
const short ENGRAVED = 2;
- Description
- the font relief is engraved.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.