[]
Initializes a new instance of the IndexEntryOccurrence class.
public IndexEntryOccurrence(C1LinkTarget target)
Type | Name | Description |
---|---|---|
C1LinkTarget | target | The C1LinkTarget that is assigned to the Target property of the current occurrence. |
Initializes a new instance of the IndexEntryOccurrence class.
public IndexEntryOccurrence(C1LinkTarget target, bool bold, bool italic)
Type | Name | Description |
---|---|---|
C1LinkTarget | target | The C1LinkTarget that is assigned to the Target property of the current occurrence. |
bool | bold | The bold flag that is assigned to the Bold property of the current occurrence. |
bool | italic | The italic flag that is assigned to the Italic property of the current occurrence. |