int s2 = anchorHorizontalCombo.getSelectionIndex();
String hItem = anchorHorizontalCombo.getItem(s2);
Alignments vAlignment = Alignments.toAlignment(vItem);
Alignments hAlignment = Alignments.toAlignment(hItem);
String h = String.valueOf(hAlignment.toDouble());
String v = String.valueOf(vAlignment.toDouble());
notifyListeners(new String[]{h, v}, false, STYLEEVENTTYPE.LABELANCHOR);
} else if (source.equals(rotationSpinner)) {
int rotation = rotationSpinner.getSelection();
String rotationStr = String.valueOf(rotation);