PrintDocument for WinForms
IndexEntry クラス プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : IndexEntry クラス

このクラスのメンバの一覧は、IndexEntryメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets or sets the string that will represent the current index entry in the generated index.  
Public プロパティGets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.  
Public プロパティGets the C1PrintDocument object containing the current index entry.  
Public プロパティGets a value indicating whether the IndexEntry.Children collection has been created and contains one or more elements.  
Public プロパティGets a value indicating whether the IndexEntry.Occurrences collection has been created and contains one or more elements.  
Public プロパティGets a value indicating whether the IndexEntry.SeeAlso collection has been created and contains one or more elements.  
Public プロパティ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 IndexEntry.RenderIndex object or to a nested entry of such object, this property returns -1. or to an IndexEntry  
Public プロパティGets the System.Collections.Generic.List`1 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 プロパティGets the IndexEntry.RenderIndex object containing the current index entry at some level, either at a top-level entry or a nested entry.  
Public プロパティGets the System.Collections.Generic.List`1 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 プロパティGets the Style for the current index entry's "See also" references (see IndexEntry.SeeAlso).  
Public プロパティGets the Style for the current index entry.  
トップ
参照

IndexEntry クラス
C1.C1Preview 名前空間
RenderIndex プロパティ
IndexEntryOccurrence クラス
IndexEntryCollection クラス
IndexEntryStyles クラス
C1LinkTarget クラス