VerticalAlignment

VerticalAlignment

Overview

VerticalAlignment is a enum in Aspose.Cells FOSS for Java.

Represents vertical alignment options for cell content.

This enumeration defines 5 values: BOTTOM, CENTER, TOP, JUSTIFY, DISTRIBUTED.

Description

VerticalAlignment is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VerticalAlignment help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
BOTTOMRepresents bottom vertical alignment of cell content
CENTERCenters cell content vertically within the cell.
TOPAligns cell content to the top of the cell.
JUSTIFYVertically justifies cell content within the cell height.
DISTRIBUTEDDistributes cell content evenly across the cell height.

See Also

 English