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입니다.