リッチテキストの属性を表します。
public class RichTextStyle extends Base
包含元: Session、RichTextItem
Bold (getBold と setBold を使用)
Color (getColor と setColor を使用)
Effects (getEffects と setEffects を使用)
Font (getFont と setFont を使用)
FontSize (getFontSize と setFontSize を使用)
IsDefault (isDefault を使用)
Italic (getItalic と setItalic を使用)
Parent (getParent を使用)
PassThruHTML (getPassThruHTML と setPassThruHTML を使用)
StrikeThrough (getStrikeThrough と setStrikeThrough を使用)
Underline (getUnderline と setUnderline を使用)
新しい RichTextStyle オブジェクトを作成するには、Session の createRichTextStyle を使用します。
RichTextItem の appendStyle で RichTextStyle オブジェクトを使用します。リッチテキストスタイルに準拠する文字列では、リッチテキストスタイルの属性が想定されます。
作成時には、RichTextStyle プロパティはすべて STYLE_NO_CHANGE です。