Alignment option values corresponding to format alignment characters.
Declared in <bslfmt_testspecificationgenerator.h>
enum Alignment;
| Name | Description |
|---|---|
e_ALIGN_DEFAULT | No alignment specified. |
e_ALIGN_LEFT | Left alignment (<). |
e_ALIGN_MIDDLE | Center alignment (^). |
e_ALIGN_RIGHT | Right alignment (>). |