horizontalAlignment = FoTextAlignAttribute.Value.END.toString();
}
splitRepeatedCells();
OdfStyleBase styleElement = getStyleHandler().getStyleElementForWrite();
if (styleElement != null) {
OdfStyleProperty property = OdfStyleProperty.get(OdfStylePropertiesSet.ParagraphProperties, OdfName
.newName(OdfDocumentNamespace.FO, "text-align"));
if (horizontalAlignment != null) {
styleElement.setProperty(property, horizontalAlignment);
} else {
styleElement.removeProperty(property);