Search
VerticalAlignment Enumeration
See Also
 






Specifies the vertical alignment of an element.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public enum VerticalAlignment

 Members

  Member name Description

Bottom

Indicates that the element is aligned to the bottom side.

Default

Indicates the default alignment, usually dependent on the element's type.

Middle

Indicates that the element is aligned in the middle.

Top

Indicates that the element is aligned to the top side.

 See Also