:: com :: sun :: star :: text ::

service DocumentIndexMarkAsian
Description
is a TextRange which is explicitly marked as an index entry for a DocumentIndex. For Asian languages the user can provide an additional string which is used for sorting. If the user does not provide these strings, they are not considered for sorting.
Since
OOo 1.1.2

Properties' Summary
string
TextReading
contains the reading of the string which has been chosen for the index entry.  
string
PrimaryKeyReading
contains the reading of the primary key of the index entry. It is used to build a hierarchical document index.  
string
SecondaryKeyReading
contains the reading the secondary key of the index entry. It is used to build a hierarchical document index.  
Properties' Details
TextReading
string TextReading;
Description
contains the reading of the string which has been chosen for the index entry.
PrimaryKeyReading
string PrimaryKeyReading;
Description
contains the reading of the primary key of the index entry. It is used to build a hierarchical document index.
SecondaryKeyReading
string SecondaryKeyReading;
Description
contains the reading the secondary key of the index entry. It is used to build a hierarchical document index.

 
Top of Page