PrintDocument for WinForms
IndexEntry クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : IndexEntry クラス
Represents an entry in a word index of a C1PrintDocument. Top-level entries of a RenderIndex (represented by instances of this class) are contained in the RenderIndex.Entries collection on the index object. Nested entries are contained in the parent entry's IndexEntry.Children The current entry's occurrences in the document are represented by instances of the IndexEntryOccurrence class, and are contained in the IndexEntry.Occurrences collection of the entry.
オブジェクト モデル
IndexEntry クラス
シンタックス
'宣言
 
Public Class IndexEntry 
   Implements IStyleOwner 
'使用法
 
Dim instance As IndexEntry
public class IndexEntry : IStyleOwner  
継承階層

System.Object
   C1.C1Preview.IndexEntry

参照

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