AlignmentValue
Visão geral
AlignmentValue é uma classe no Aspose.Cells FOSS para Java.
Representa as configurações de alinhamento para um estilo de célula.
Propriedades
| Nome | Tipo | Acesso | Descrição |
|---|---|---|---|
horizontal | HorizontalAlignment | Leitura | Retorna o horizontal. |
vertical | VerticalAlignment | Leitura | Retorna o vertical. |
wrapText | boolean | Leitura | Retorna o texto de quebra. |
indentLevel | int | Leitura | Retorna o nível de recuo. |
textRotation | int | Leitura | Retorna a rotação do texto. |
shrinkToFit | boolean | Leitura | Retorna a redução para caber. |
readingOrder | int | Leitura | Retorna a ordem de leitura. |
relativeIndent | int | Leitura | Retorna o recuo relativo. |
Métodos
| Assinatura | Descrição |
|---|---|
getHorizontal() → HorizontalAlignment | Retorna o horizontal. |
setHorizontal(horizontal: HorizontalAlignment) | Define o horizontal. |
getVertical() → VerticalAlignment | Retorna o vertical. |
setVertical(vertical: VerticalAlignment) | Define o vertical. |
getWrapText() → boolean | Retorna a quebra de texto. |
setWrapText(wrapText: boolean) | Define a quebra de texto. |
getIndentLevel() → int | Retorna o nível de recuo. |
setIndentLevel(indentLevel: int) | Define o nível de recuo. |
getTextRotation() → int | Retorna a rotação do texto. |
setTextRotation(textRotation: int) | Define a rotação do texto. |
getShrinkToFit() → boolean | Retorna o ajuste de redução. |
setShrinkToFit(shrinkToFit: boolean) | Define o ajuste de redução. |
getReadingOrder() → int | Retorna a ordem de leitura. |
setReadingOrder(readingOrder: int) | Define a ordem de leitura. |
getRelativeIndent() → int | Retorna o recuo relativo. |
setRelativeIndent(relativeIndent: int) | Define o recuo relativo. |
clone() → AlignmentValue | Cria uma cópia desta instância. |