[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntryOccurrence

IndexEntryOccurrence Class

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.

Inheritance
IndexEntryOccurrence
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
[C1ClassSerialization(true)]
public class IndexEntryOccurrence : ICloneable

Constructors

Name Description
IndexEntryOccurrence(C1LinkTarget)

Initializes a new instance of the IndexEntryOccurrence class.

IndexEntryOccurrence(C1LinkTarget, bool, bool)

Initializes a new instance of the IndexEntryOccurrence class.

Properties

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.

Methods

Name Description
Clone()

Creates a copy of the current IndexEntryOccurrence object.

See Also