LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_rendering_EmphasisMark_idl__
20 #define __com_sun_star_rendering_EmphasisMark_idl__
21 
22 module com { module sun { module star { module rendering {
23 
31 constants EmphasisMark
32 {
34  const byte NONE = 0;
35 
36 
38  const byte DOT_ABOVE = 1;
39 
40 
42  const byte DOT_BELOW = 2;
43 
44 
46  const byte CIRCLE_ABOVE = 3;
47 
48 
50  const byte CIRCLE_BELOW = 4;
51 
52 
54  const byte DISC_ABOVE = 5;
55 
56 
58  const byte DISC_BELOW = 6;
59 
60 
62  const byte ACCENT_ABOVE = 7;
63 
64 
66  const byte ACCENT_BELOW = 8;
67 };
68 
69 }; }; }; };
70 
71 #endif
72 
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const byte CIRCLE_ABOVE
Automatic emphasis marks as circles (unfilled outlines) above the glyphs.
Definition: EmphasisMark.idl:46
const byte DOT_ABOVE
Automatic emphasis marks as dots above the glyphs.
Definition: EmphasisMark.idl:38
const byte DISC_ABOVE
Automatic emphasis marks as discs (filled circles) above the glyphs.
Definition: EmphasisMark.idl:54
const byte DOT_BELOW
Automatic emphasis marks as dots below the glyphs.
Definition: EmphasisMark.idl:42
const byte NONE
No automatic emphasis marks.
Definition: EmphasisMark.idl:34
const byte ACCENT_BELOW
Automatic emphasis marks as accent marks below the glyphs.
Definition: EmphasisMark.idl:66
const byte ACCENT_ABOVE
Automatic emphasis marks as accent marks above the glyphs.
Definition: EmphasisMark.idl:62
const byte DISC_BELOW
Automatic emphasis marks as discs (filled circles) below the glyphs.
Definition: EmphasisMark.idl:58
const byte CIRCLE_BELOW
Automatic emphasis marks as circles (unfilled outlines) below the glyphs.
Definition: EmphasisMark.idl:50
Definition: Ambiguous.idl:22