.textAlignLeft { textAlign: left; } .textAlignCenter { textAlign: center; } .textAlignRight { textAlign: right; } .textAlignJustify { textAlign: justify; } .textAlignStart { textAlign: start; } .textAlignEnd { textAlign: end; } .leftAlign { buttonStyleName: textAlignLeft; firstButtonStyleName: textAlignLeft; lastButtonStyleName: textAlignLeft; } .centerAlign { buttonStyleName: textAlignCenter; firstButtonStyleName: textAlignCenter; lastButtonStyleName: textAlignCenter; } .rightAlign { buttonStyleName: textAlignRight; firstButtonStyleName: textAlignRight; lastButtonStyleName: textAlignRight; } .justifyAlign { buttonStyleName: textAlignJustify; firstButtonStyleName: textAlignJustify; lastButtonStyleName: textAlignJustify; } .startAlign { buttonStyleName: textAlignStart; firstButtonStyleName: textAlignStart; lastButtonStyleName: textAlignStart; } .endAlign { buttonStyleName: textAlignEnd; firstButtonStyleName: textAlignEnd; lastButtonStyleName: textAlignEnd; }