Language
The Free and Open Productivity Suite
:: com :: sun :: star :: rendering ::
|
unpublished |
constants group EmphasisMark |
|
|
- Description
- These constants control the automatic rendering of emphasis marks.
These constants control the automatic rendering of emphasis marks
for a given font.
- Since
- OOo 2.0.0
|
Constants |
NONE |
No automatic emphasis marks |
DOT_ABOVE |
Automatic emphasis marks as dots above the glyphs |
DOT_BELOW |
Automatic emphasis marks as dots below the glyphs |
CIRCLE_ABOVE |
Automatic emphasis marks as circles (unfilled outlines) above the glyphs |
CIRCLE_BELOW |
Automatic emphasis marks as circles (unfilled outlines) below the glyphs |
DISC_ABOVE |
Automatic emphasis marks as discs (filled circles) above the glyphs |
DISC_BELOW |
Automatic emphasis marks as discs (filled circles) below the glyphs |
ACCENT_ABOVE |
Automatic emphasis marks as accent marks above the glyphs |
ACCENT_BELOW |
Automatic emphasis marks as accent marks below the glyphs |
Constants' Details |
NONE
const byte NONE = 0;
- Description
- No automatic emphasis marks
|
|
DOT_ABOVE
const byte DOT_ABOVE = 1;
- Description
- Automatic emphasis marks as dots above the glyphs
|
|
DOT_BELOW
const byte DOT_BELOW = 2;
- Description
- Automatic emphasis marks as dots below the glyphs
|
|
CIRCLE_ABOVE
const byte CIRCLE_ABOVE = 3;
- Description
- Automatic emphasis marks as circles (unfilled outlines) above the glyphs
|
|
CIRCLE_BELOW
const byte CIRCLE_BELOW = 4;
- Description
- Automatic emphasis marks as circles (unfilled outlines) below the glyphs
|
|
DISC_ABOVE
const byte DISC_ABOVE = 5;
- Description
- Automatic emphasis marks as discs (filled circles) above the glyphs
|
|
DISC_BELOW
const byte DISC_BELOW = 6;
- Description
- Automatic emphasis marks as discs (filled circles) below the glyphs
|
|
ACCENT_ABOVE
const byte ACCENT_ABOVE = 7;
- Description
- Automatic emphasis marks as accent marks above the glyphs
|
|
ACCENT_BELOW
const byte ACCENT_BELOW = 8;
- Description
- Automatic emphasis marks as accent marks below the glyphs
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.