Skip to content
Benedict Allen edited this page Nov 15, 2015 · 4 revisions

Alignment enum

The alignment enumeration contains the values associated with different text alignments, such as left.

Variables

  • Left - alignment.left
  • Centre - alignment.centre
  • Center - alignment.center
  • Right - alignment.right
  • Top - alignment.top
  • Bottom - alignment.bottom

Macros

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
Clone this wiki locally