tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / offapi / com / sun / star / text / DocumentIndexLevelFormat.idl
blob263aaa4c02ecdf955a9fb40ef4cd208bf9ae8b2d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 module com { module sun { module star { module text {
24 /** This service provides access to the structure of the levels of document indexes.
27 <p>
28 The element type is Sequence&lt; PropertyValues &gt;. Each element in this sequence represents
29 a member of an index line. The following properties are part of such an element.
30 </p>
31 <ul>
32 <li>
33 <p>TokenType</p>
34 <p>Values:</p>
35 <ul>
36 <li>
37 <p>TokenEntryNumber - chapter number, used in content indexes
38 only</p>
39 </li>
40 <li>
41 <p>TokenEntryText - text of the entry
42 </p>
43 </li>
44 <li>
45 <p>TokenTabStop - tab stop
46 </p>
47 </li>
48 <li>
49 <p>TokenText - user defined text
50 </p>
51 </li>
52 <li>
53 <p>TokenPageNumber - page number
54 </p>
55 </li>
56 <li>
57 <p>TokenChapterInfo - chapter info, in illustration indexes,
58 table indexes, user indexes, table of objects and alphabetical indexes
59 only</p>
60 </li>
61 <li>
62 <p>TokenHyperlinkStart - start of a hyperlink</p>
63 </li>
64 <li>
65 <p>TokenHyperlinkEnd - end of a hyperlink</p>
66 </li>
67 <li>
68 <p>TokenBibliographyDataField - bibliographic data field
69 </p>
70 </li>
71 </ul>
72 </li>
73 <li>
74 <p>CharacterStyleName</p>
75 <p>Name of the character style applied to the element. Invalid in tab stops.</p>
76 </li>
77 <li>
78 <p>TabStopRightAligned</p>
79 <p>Tab stop is right aligned. Only valid for tab stops.</p>
80 </li>
81 <li>
82 <p>TabStopPosition</p>
83 <p>Position of the tab stop. Only valid for tab stops.</p>
84 </li>
85 <li>
86 <p>TabStopFillCharacter</p>
87 <p>Fill character in tab stops. Only valid for tab stops.</p>
88 </li>
89 <li>
90 <p>WithTab</p>
91 <p>If true insert tab character.</p>
92 </li>
93 <li>
94 <p>Text</p>
95 <p>Text. Only valid in user defined text.</p>
96 </li>
97 <li>
98 <p>ChapterFormat</p>
99 <p>Valid in chapter info and entry number only. See ChapterFormat.</p>
100 <p>Other information.</p>
101 <ul>
102 <li>
103 <p>In chapter info only com.sun.star.text.ChapterFormat.NUMBER, com.sun.star.text.ChapterFormat.NAME, and
104 com.sun.star.text.ChapterFormat.NAME_NUMBER constants are allowed.</p>
105 </li>
106 <li>
107 <p>In entry number only com.sun.star.text.ChapterFormat.NUMBER and com.sun.star.text.ChapterFormat.DIGIT constants are allowed.</p>
108 </li>
109 </ul>
110 </li>
111 <li>
112 <p>ChapterLevel</p>
113 <p>Valid in chapter info and entry number only. Denotes the level up to which
114 the chapter information is given. Values permitted 1 to 10 inclusive.</p>
115 </li>
116 </ul>
118 published service DocumentIndexLevelFormat
120 interface com::sun::star::container::XIndexReplace;
126 }; }; }; };
134 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */