MESCIUS SPREAD for Windows Forms 17.0J
ApplyFont メソッド (IRichTextEditor)

フォントの設定。
エディタで適用するテキストの開始点。 -1 を設定すると、選択したテキストが適用されます。 -2 を設定すると、デフォルト設定として適用されます。
エディタで適用する文字数。
フォント設定を適用します。
構文
'Declaration
 
Sub ApplyFont( _
   ByVal value As Font, _
   ByVal start As Integer, _
   ByVal end As Integer _
) 
void ApplyFont( 
   Font value,
   int start,
   int end
)

パラメータ

value
フォントの設定。
start
エディタで適用するテキストの開始点。 -1 を設定すると、選択したテキストが適用されます。 -2 を設定すると、デフォルト設定として適用されます。
end
エディタで適用する文字数。
参照

IRichTextEditor インタフェース
IRichTextEditor メンバ

 

 


© MESCIUS inc. All rights reserved.