JAVA/CORBA クラス


RichTextParagraphStyle クラス

リッチテキストの段落属性を表します。

構文
public class RichTextParagraphStyle extends Base

包含関係
スーパークラス:Session

サブクラス:RichTextTab

プロパティ
Alignment (getAlignment と setAlignment を使用)

FirstLineLeftMargin (getFirstLineLeftMargin と setFirstLineLeftMargin を使用)

InterLineSpacing (getInterLineSpacing と setInterLineSpacing を使用)

LeftMargin (getLeftMargin と setLeftMargin を使用)

Pagination (getPagination と setPagination を使用)

RightMargin (getRightMargin と setRightMargin を使用)

SpacingAbove (getSpacingAbove と setSpacingAbove を使用)

SpacingBelow (getSpacingBelow と setSpacingBelow を使用)

Tabs (getTabs を使用)

メソッド
clearAllTabs

recycle

setTab

setTabs

作成方法とアクセス方法
新しい RichTextParagraphStyle オブジェクトを作成するには、Session の createRichTextParagraphStyle を使います。

RichTextItem の appendParagraphStyle で RichTextParagraphStyle オブジェクトを使います。リッチテキスト段落スタイルに準拠する文字列では、リッチテキスト段落スタイルの属性が想定されます。


関連項目