JAVA/CORBA クラス
リッチテキストアイテムを表します。
構文
public class RichTextItem extends Item
基本クラス
継承元:Item
包含関係
スーパークラス:Document
サブクラス:EmbeddedObject
プロパティ
DateTimeValue (getDateTimeValue と setDateTimeValue を使用) (Item から継承)
EmbeddedObjects (getEmbeddedObjects を使用)
InputSource (getInputSource を使用) (Item から継承)
InputStream (getInputStream を使用) (Item から継承)
IsAuthors (isAuthors と setAuthors を使用) (Item から継承)
IsEncrypted (isEncrypted と setEncrypted を使用) (Item から継承)
IsNames (isNames と setNames を使用) (Item から継承)
IsProtected (isProtected と setProtected を使用) (Item から継承)
IsReaders (isReaders と setReaders を使用) (Item から継承)
IsSaveToDisk (isSaveToDisk と setSaveToDisk を使用) (Item から継承)
IsSigned (isSigned と setSigned を使用) (Item から継承)
IsSummary (isSummary と setSummary を使用) (Item から継承)
LastModified (getLastModified を使用) (Item から継承)
Name (getName を使用) (Item から継承)
Parent (getParent を使用) (Item から継承)
Reader (getReader を使用) (Item から継承)
Text (getText を使用) (Item から継承)
Type (getType を使用) (Item から継承)
ValueDouble (getValueDouble と setValueDouble を使用) (Item から継承)
ValueInteger (getValueInteger と setValueInteger を使用) (Item から継承)
ValueLength (getValueLength を使用) (Item から継承)
Values (getValues と setValues を使用) (Item から継承)
ValueString (getValueString と setValueString を使用) (Item から継承)
メソッド
abstractText (Item から継承)
addNewLine
addPageBreak
addTab
appendDocLink
appendParagraphStyle
appendRTItem
appendStyle
appendTable
appendText
appendToTextList (Item から継承)
beginInsert
beginSection
compact
containsValue (Item から継承)
copyItemToDocument (Item から継承)
createNavigator
createRange
embedObject
endInsert
endSection
getEmbeddedObject
getFormattedText
getMIMEEntity (Item から継承)
getNotesFont
getUnformattedText
getValueCustomData (Item から継承)
getValueCustomDataBytes (Item から継承)
parseXML (Item から継承)
recycle
remove (Item から継承)
setValueCustomData (Item から継承)
setValueCustomDataBytes (Item から継承)
toString (Item から継承)
transformXML (Item から継承)
update
作成方法
新しく RichTextItem オブジェクトを作成するには、Document の createRichTextItem を使用します。
アクセス方法
既存の RichTextItem オブジェクトにアクセスするには、Document の getFirstItem メソッドを使用します。戻り値を RichTextItem に明示的にキャストする必要があります。
RichTextItem は Item から継承するため、Item のプロパティとメソッドのすべてを RichTextItem でも使用できます。
RichTextItem オブジェクトの値を変更した場合、変更内容は、親の Document オブジェクトに対して save を呼び出すまでディスクに書き込まれません。
例 関連項目