Search
HorizontalAlignment Enumeration
See Also
 






Specifies the horizontal alignment of an element.

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

 Syntax

Java  Copy Code

public enum HorizontalAlignment

 Members

  Member name Description

Center

Indicates that the element is horizontally centered.

Default

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

Left

Indicates that the element is aligned to the left side.

Right

Indicates that the element is aligned to the right side.

 See Also