-
Notifications
You must be signed in to change notification settings - Fork 2
Alignment Enum
Benedict Allen edited this page Nov 15, 2015
·
4 revisions
The alignment enumeration contains the values associated with different text alignments, such as left
.
- Left -
alignment.left
- Centre -
alignment.centre
- Center -
alignment.center
- Right -
alignment.right
- Top -
alignment.top
- Bottom -
alignment.bottom
Note, these are for use when custom-building Sheets only.
- Left -
ALIGNMENT_LEFT
- Centre -
ALIGNMENT_CENTRE
- Center -
ALIGNMENT_CENTER
- Right -
ALIGNMENT_RIGHT
- Top -
ALIGNMENT_TOP
- Bottom -
ALIGNMENT_BOTTOM
- Exception
- DynamicValueException
- ExpressionException
- IncorrectConstructorException
- IncorrectParameterException
- ParserException
- ResourceLoadException
- ThreadRuntimeException