LibreOffice
LibreOffice 24.2 SDK API Reference
EmphasisMark.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 module com { module sun { module star { module rendering {
21 
29 constants EmphasisMark
30 {
32  const byte NONE = 0;
33 
34 
36  const byte DOT_ABOVE = 1;
37 
38 
40  const byte DOT_BELOW = 2;
41 
42 
44  const byte CIRCLE_ABOVE = 3;
45 
46 
48  const byte CIRCLE_BELOW = 4;
49 
50 
52  const byte DISC_ABOVE = 5;
53 
54 
56  const byte DISC_BELOW = 6;
57 
58 
60  const byte ACCENT_ABOVE = 7;
61 
62 
64  const byte ACCENT_BELOW = 8;
65 };
66 
67 }; }; }; };
68 
69 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const byte DOT_ABOVE
Automatic emphasis marks as dots above the glyphs.
Definition: EmphasisMark.idl:36
const byte CIRCLE_BELOW
Automatic emphasis marks as circles (unfilled outlines) below the glyphs.
Definition: EmphasisMark.idl:48
const byte DISC_BELOW
Automatic emphasis marks as discs (filled circles) below the glyphs.
Definition: EmphasisMark.idl:56
Definition: Ambiguous.idl:20
const byte ACCENT_ABOVE
Automatic emphasis marks as accent marks above the glyphs.
Definition: EmphasisMark.idl:60
const byte CIRCLE_ABOVE
Automatic emphasis marks as circles (unfilled outlines) above the glyphs.
Definition: EmphasisMark.idl:44
const byte DOT_BELOW
Automatic emphasis marks as dots below the glyphs.
Definition: EmphasisMark.idl:40
const byte ACCENT_BELOW
Automatic emphasis marks as accent marks below the glyphs.
Definition: EmphasisMark.idl:64
const byte DISC_ABOVE
Automatic emphasis marks as discs (filled circles) above the glyphs.
Definition: EmphasisMark.idl:52
const byte NONE
No automatic emphasis marks.
Definition: EmphasisMark.idl:32