PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / IndexEntry Class
Properties Methods


In This Topic
    IndexEntry Class Members
    In This Topic

    The following tables list the members exposed by IndexEntry.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the string that will represent the current index entry in the generated index.  
    Public PropertyGets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.  
    Public PropertyGets the C1PrintDocument object containing the current index entry.  
    Public PropertyGets a value indicating whether the Children collection has been created and contains one or more elements.  
    Public PropertyGets a value indicating whether the Occurrences collection has been created and contains one or more elements.  
    Public PropertyGets a value indicating whether the SeeAlso collection has been created and contains one or more elements.  
    Public PropertyGets 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  
    Public PropertyGets 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.)  
    Public PropertyGets the RenderIndex object containing the current index entry at some level, either at a top-level entry or a nested entry.  
    Public PropertyGets 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.  
    Public PropertyGets the Style for the current index entry's "See also" references (see SeeAlso).  
    Public PropertyGets the Style for the current index entry.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another IndexEntry to the current object.  
    Public MethodCreates a copy of the current IndexEntry object.  
    Top
    See Also