PrintDocument for WinForms
IndexEntryOccurrence コンストラクタ(C1LinkTarget,Boolean,Boolean)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntryOccurrence クラス > IndexEntryOccurrence コンストラクタ : IndexEntryOccurrence コンストラクタ(C1LinkTarget,Boolean,Boolean)
The C1LinkTarget that is assigned to the IndexEntryOccurrence.Target property of the current occurrence.
The bold flag that is assigned to the IndexEntryOccurrence.Bold property of the current occurrence.
The italic flag that is assigned to the IndexEntryOccurrence.Italic property of the current occurrence.
Initializes a new instance of the IndexEntryOccurrence class.
シンタックス
'宣言
 
Public Function New( _
   ByVal target As C1LinkTarget, _
   ByVal bold As System.Boolean, _
   ByVal italic As System.Boolean _
)
'使用法
 
Dim target As C1LinkTarget
Dim bold As System.Boolean
Dim italic As System.Boolean
 
Dim instance As New IndexEntryOccurrence(target, bold, italic)
public IndexEntryOccurrence( 
   C1LinkTarget target,
   System.bool bold,
   System.bool italic
)

パラメータ

target
The C1LinkTarget that is assigned to the IndexEntryOccurrence.Target property of the current occurrence.
bold
The bold flag that is assigned to the IndexEntryOccurrence.Bold property of the current occurrence.
italic
The italic flag that is assigned to the IndexEntryOccurrence.Italic property of the current occurrence.
参照

IndexEntryOccurrence クラス
IndexEntryOccurrence メンバ
オーバーロード一覧