DocumentIndexMark.idl (d1766043) DocumentIndexMark.idl (d8faddcc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 */
53 [property] string PrimaryKey;
54 //-------------------------------------------------------------------------
55 /** contains the secondary key of the index entry.
56 It is used to build a hierarchical document index.
57 */
58 [property] string SecondaryKey;
59 //-------------------------------------------------------------------------
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 */
53 [property] string PrimaryKey;
54 //-------------------------------------------------------------------------
55 /** contains the secondary key of the index entry.
56 It is used to build a hierarchical document index.
57 */
58 [property] string SecondaryKey;
59 //-------------------------------------------------------------------------
60 /** determins if this entry is a main entry. In a document index this entry will
60 /** determines if this entry is a main entry. In a document index this entry will
61 be emphasized by assigning a character style to it.
62 */
63 [property] boolean IsMainEntry;
64};
65
66//=============================================================================
67
68}; }; }; };
69#endif
61 be emphasized by assigning a character style to it.
62 */
63 [property] boolean IsMainEntry;
64};
65
66//=============================================================================
67
68}; }; }; };
69#endif