[]
Represents a single occurrence of an IndexEntry in the document. Elements of this type are contained in the Occurrences collection of an IndexEntry.
The main functional property of this class is Target, of the type C1LinkTarget, which points to the location of the occurrence in the document.
[C1ClassSerialization(true)]
public class IndexEntryOccurrence : ICloneable
Name | Description |
---|---|
IndexEntryOccurrence(C1LinkTarget) | Initializes a new instance of the IndexEntryOccurrence class. |
IndexEntryOccurrence(C1LinkTarget, bool, bool) | Initializes a new instance of the IndexEntryOccurrence class. |
Name | Description |
---|---|
Bold | Gets or sets a Boolean value allowing to highlight the page number corresponding to a certain occurrence of an entry using bold face. (Can be used to highlight the location where the main definition of an index entry is provided, for example.) |
Italic | Gets or sets a Boolean value allowing to highlight the page number corresponding to a certain occurrence of an entry using italic face. (Can be used to highlight the location where the main definition of an index entry is provided, for example.) |
Target | Gets or sets the C1LinkTarget that is associated with the current occurrence. |
Name | Description |
---|---|
Clone() | Creates a copy of the current IndexEntryOccurrence object. |