ParagraphStyle

Inheritance: java.lang.Object, com.aspose.note.Style

All Implemented Interfaces: com.aspose.ms.System.IEquatable, java.lang.Cloneable

public final class ParagraphStyle extends Style<ParagraphStyle> implements System.IEquatable<ParagraphStyle>, Cloneable

一致する TextStyle オブジェクトが RichText.getStyles コレクションに存在しない場合、またはこのオブジェクトが必要な設定を指定していない場合に使用されるテキストスタイル設定です。

コンストラクタ

コンストラクタ説明
ParagraphStyle()新しい ParagraphStyle クラスのインスタンスを初期化します。

メソッド

メソッド説明
equals(ParagraphStyle other)指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
equals(Object obj)指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
getDefault()デフォルト設定の ParagraphStyle を取得します。
hashCode()型のハッシュ関数として機能します。

ParagraphStyle()

public ParagraphStyle()

新しい ParagraphStyle クラスのインスタンスを初期化します。

equals(ParagraphStyle other)

public final boolean equals(ParagraphStyle other)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

Parameters:

パラメーター説明
otherParagraphStyleオブジェクトです。

Returns: boolean - boolean

equals(Object obj)

public boolean equals(Object obj)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

Parameters:

パラメーター説明
objjava.lang.Objectオブジェクトです。

Returns: boolean - boolean

getDefault()

public static ParagraphStyle getDefault()

デフォルト設定の ParagraphStyle を取得します。

Returns: ParagraphStyle

hashCode()

public int hashCode()

型のハッシュ関数として機能します。

Returns: int - intです。