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

Paramètres de style de texte à utiliser s’il n’existe aucun objet TextStyle correspondant dans la collection RichText.getStyles, ou si cet objet ne spécifie pas le paramètre requis.

Constructeurs

ConstructeurDescription
ParagraphStyle()Initialise une nouvelle instance de la classe ParagraphStyle.

Méthodes

MéthodeDescription
equals(ParagraphStyle other)Détermine si l’objet spécifié est égal à l’objet actuel.
equals(Object obj)Détermine si l’objet spécifié est égal à l’objet actuel.
getDefault()Obtient le ParagraphStyle avec les paramètres par défaut.
hashCode()Servit de fonction de hachage pour le type.

ParagraphStyle()

public ParagraphStyle()

Initialise une nouvelle instance de la classe ParagraphStyle.

equals(ParagraphStyle other)

public final boolean equals(ParagraphStyle other)

Détermine si l’objet spécifié est égal à l’objet actuel.

Parameters:

ParamètreTypeDescription
otherParagraphStyleL’objet.

Returns: booléen - Le boolean.

equals(Object obj)

public boolean equals(Object obj)

Détermine si l’objet spécifié est égal à l’objet actuel.

Parameters:

ParamètreTypeDescription
objjava.lang.ObjectL’objet.

Returns: booléen - Le boolean.

getDefault()

public static ParagraphStyle getDefault()

Obtient le ParagraphStyle avec les paramètres par défaut.

Returns: ParagraphStyle

hashCode()

public int hashCode()

Servit de fonction de hachage pour le type.

Returns: int - Le int.