bookmark
|
|
Access
|
read-write
|
Returns
|
fBookmarkReference
|
customFormat
|
|
Access
|
read-write
|
Returns
|
String
|
displayStrings
|
|
Access
|
read-write
|
Returns
|
fStringArray
|
groups
|
|
Access
|
read-write
|
Returns
|
int
|
numberFormat
|
|
Access
|
read-write
|
Returns
|
int
|
permutates
|
|
Access
|
read-write
|
Returns
|
fIntArray
|
sortKeys
|
|
Access
|
read-write
|
Returns
|
fStringArray
|
fIndexReferencegroupsindexEntrynumberFormatcustomFormat
|
|
Parameters
|
intgroups
[optional] Group(s) in which index appears. See fIndexReference.GroupMask
StringindexEntry
[optional] A string containing the index entry, with each index level separated by a | (vertical bar) character. Any entry that needs to be sorted differently should have the sort key separated from the reference by a ^ character, e.g. three^APP.
intnumberFormat
[optional] The desired page number format for this reference. See fIndexReference.PageNumberFormat.
StringcustomFormat
[optional] The desired format page number text, used when numberFormat is fIndexReference.FORMAT_CUSTOM or fIndexReference.FORMAT_SEE.
|
Returns
|
fIndexReference. A new object of class fIndexReference.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fIndexReference. The object corresponding to the serialized representation.
|
toString
|
|
Parameters
|
None
|
Returns
|
String. A PI compatible representation of this index reference as a string.
|