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 オブジェクトを使用します。リッチテキスト段落スタイルに準拠する文字列では、リッチテキスト段落スタイルの属性が想定されます。


関連項目