:: com :: sun :: star :: rendering ::
|
unpublished |
constants group EmphasisMark |
|
|
- Usage Restrictions
- not published
- 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
|
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 © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.