JAVA/CORBA クラス


RichTextRange クラス

リッチテキストアイテム内の要素の範囲を表します。

メモ このクラスは Release 6.5 で新しく追加されました。

包含関係スーパークラス:RichTextItem
サブクラス:RichTextStyle

プロパティ(Navigator (getNavigator を使用)
Style (getStyle を使用)

TextParagraph (getTextParagraph を使用)

TextRun (getTextRun を使用)

Type (getType を使用)

メソッドClone
findandReplace

recycle

remove

reset

setBegin

setEnd

setStyle

作成方法新しい RichTextRange オブジェクトを作成するには、RichTextItem クラスの createRange メソッドを使用します。
新しい RichTextRange のデフォルトの範囲は、アイテムの最初と最後です。種類は 0 (種類なし) です。

アイテムの要素の範囲を指定するには、setBeginsetEndRichTextNavigator メソッドと併用します。


関連項目