AlignmentValue
Vue d’ensemble
AlignmentValue est une classe dans Aspose.Cells FOSS pour Java.
Représente les paramètres d’alignement d’un style de cellule.
Propriétés
| Nom | Type | Accès | Description |
|---|---|---|---|
horizontal | HorizontalAlignment | Lecture | Renvoie l’horizontal. |
vertical | VerticalAlignment | Lecture | Renvoie le vertical. |
wrapText | boolean | Lecture | Renvoie le texte enveloppé. |
indentLevel | int | Lecture | Renvoie le niveau d’indentation. |
textRotation | int | Lecture | Renvoie la rotation du texte. |
shrinkToFit | boolean | Lecture | Renvoie la réduction pour ajuster. |
readingOrder | int | Lecture | Renvoie l’ordre de lecture. |
relativeIndent | int | Lecture | Renvoie l’indentation relative. |
Méthodes
| Signature | Description |
|---|---|
getHorizontal() → HorizontalAlignment | Renvoie l’horizontal. |
setHorizontal(horizontal: HorizontalAlignment) | Définit l’horizontal. |
getVertical() → VerticalAlignment | Renvoie le vertical. |
setVertical(vertical: VerticalAlignment) | Définit le vertical. |
getWrapText() → boolean | Renvoie le texte enveloppé. |
setWrapText(wrapText: boolean) | Définit le texte enveloppé. |
getIndentLevel() → int | Renvoie le niveau d’indentation. |
setIndentLevel(indentLevel: int) | Définit le niveau d’indentation. |
getTextRotation() → int | Renvoie la rotation du texte. |
setTextRotation(textRotation: int) | Définit la rotation du texte. |
getShrinkToFit() → boolean | Renvoie la réduction pour ajuster. |
setShrinkToFit(shrinkToFit: boolean) | Définit la réduction pour ajuster. |
getReadingOrder() → int | Renvoie l’ordre de lecture. |
setReadingOrder(readingOrder: int) | Définit l’ordre de lecture. |
getRelativeIndent() → int | Renvoie l’indentation relative. |
setRelativeIndent(relativeIndent: int) | Définit l’indentation relative. |
clone() → AlignmentValue | Crée une copie de cette instance. |