Name | Description | |
---|---|---|
![]() | IndexEntry Constructor | Overloaded. |
The following tables list the members exposed by IndexEntry.
Name | Description | |
---|---|---|
![]() | IndexEntry Constructor | Overloaded. |
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 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 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 | Gets the Style for the current index entry's "See also" references (see SeeAlso). |
![]() | Style | Gets the Style for the current index entry. |
Name | Description | |
---|---|---|
![]() | AssignFrom | Assigns (copies) properties from another IndexEntry to the current object. |
![]() | Clone | Creates a copy of the current IndexEntry object. |