The IndexEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IndexEntry()()()() |
Initializes a new instance of the IndexEntry class.
|
|
IndexEntry(String) |
Initializes a new instance of the IndexEntry class.
|
|
IndexEntry(String, array<C1LinkTarget>[]()[][]) |
Initializes a new instance of the IndexEntry class.
|
|
IndexEntry(String, array<IndexEntryOccurrence>[]()[][]) |
Initializes a new instance of the IndexEntry class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another IndexEntry to the current object.
|
|
Clone |
Creates a copy of the current IndexEntry object.
|
Properties
Name | Description | |
---|---|---|
Caption |
Gets or sets the string that will represent the current index entry in the generated index.
|
|
Children |
Gets the IndexEntryCollection containing the nested index entries,
i.e. sub-entries of the current index entry.
|
|
Document |
Gets the C1PrintDocument object containing the current index entry.
|
|
HasChildren |
Gets a value indicating whether the Children collection
has been created and contains one or more elements.
|
|
HasOccurrences |
Gets a value indicating whether the Occurrences collection
has been created and contains one or more elements.
|
|
HasSeeAlso |
Gets a value indicating whether the SeeAlso collection
has been created and contains one or more elements.
|
|
Level |
Gets the level of the current index entry.
The top-level entries' level is 0, sub-entries' level is 1, and so on.
If the current index entry has not been added to a RenderIndex object
or to a nested entry of such object, this property returns -1.
or to an IndexEntry
|
|
Occurrences |
Gets the List<(Of <(<'T>)>)> of IndexEntryOccurrence objects
representing occurrences of the current index entry in the document.
In the generated index, each occurrence is replaced by the page number,
which is a hyperlink to the occurrence's location in the document.
(Consecutive page numbers are collapsed to ranges.)
|
|
RenderIndex |
Gets the RenderIndex object containing the current index entry
at some level, either at a top-level entry or a nested entry.
|
|
SeeAlso |
Gets the List<(Of <(<'T>)>)> of IndexEntry objects
related to the current index entry.
In the generated index, those entries will be listed as "See also"
cross-references from the current to other entries.
|
|
SeeAlsoStyle |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IStyleOwner..::..GetProp | ||
IStyleOwner..::..GetAmbientPropValue | ||
IStyleOwner..::..GetNonAmbientPropValue | ||
IStyleOwner..::..Style |