Alignment
Enum to determine the alignment of something in a banner or structure.
enum AlignmentOption {
Center = 'center',
Left = 'left',
Right = 'right',
}Example
left
The quick brown fox jumps over the lazy dog.
right
The quick brown fox jumps over the lazy dog.
center
The quick brown fox jumps over the lazy dog.