AlignmentValue

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

NomTypeAccèsDescription
horizontalHorizontalAlignmentLectureRenvoie l’horizontal.
verticalVerticalAlignmentLectureRenvoie le vertical.
wrapTextbooleanLectureRenvoie le texte enveloppé.
indentLevelintLectureRenvoie le niveau d’indentation.
textRotationintLectureRenvoie la rotation du texte.
shrinkToFitbooleanLectureRenvoie la réduction pour ajuster.
readingOrderintLectureRenvoie l’ordre de lecture.
relativeIndentintLectureRenvoie l’indentation relative.

Méthodes

SignatureDescription
getHorizontal()HorizontalAlignmentRenvoie l’horizontal.
setHorizontal(horizontal: HorizontalAlignment)Définit l’horizontal.
getVertical()VerticalAlignmentRenvoie le vertical.
setVertical(vertical: VerticalAlignment)Définit le vertical.
getWrapText()booleanRenvoie le texte enveloppé.
setWrapText(wrapText: boolean)Définit le texte enveloppé.
getIndentLevel()intRenvoie le niveau d’indentation.
setIndentLevel(indentLevel: int)Définit le niveau d’indentation.
getTextRotation()intRenvoie la rotation du texte.
setTextRotation(textRotation: int)Définit la rotation du texte.
getShrinkToFit()booleanRenvoie la réduction pour ajuster.
setShrinkToFit(shrinkToFit: boolean)Définit la réduction pour ajuster.
getReadingOrder()intRenvoie l’ordre de lecture.
setReadingOrder(readingOrder: int)Définit l’ordre de lecture.
getRelativeIndent()intRenvoie l’indentation relative.
setRelativeIndent(relativeIndent: int)Définit l’indentation relative.
clone()AlignmentValueCrée une copie de cette instance.
 Français