[#BloombergLP-bslfmt-TestSpecificationGenerator-Alignment-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/TestSpecificationGenerator.adoc[TestSpecificationGenerator]::Alignment :relfileprefix: ../../../ :mrdocs: Alignment option values corresponding to format alignment characters. == Synopsis Declared in `<bslfmt_testspecificationgenerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Alignment; ---- == Members [cols="1,4"] |=== | Name| Description | `e_ALIGN_DEFAULT` | No alignment specified. | `e_ALIGN_LEFT` | Left alignment (`<`). | `e_ALIGN_MIDDLE` | Center alignment (`ˆ`). | `e_ALIGN_RIGHT` | Right alignment (`>`). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#