(MetaAttributeNames.Style.NAMESPACE, MetaAttributeNames.Style.FONTFAMILY, String.class, context);
final Color textColor = (Color) attributes.getMetaAttribute
(MetaAttributeNames.Style.NAMESPACE, MetaAttributeNames.Style.COLOR, Color.class, context);
final Color bgColor = (Color) attributes.getMetaAttribute
(MetaAttributeNames.Style.NAMESPACE, MetaAttributeNames.Style.BACKGROUND_COLOR, Color.class, context);
final ElementAlignment hAlign = (ElementAlignment) attributes.getMetaAttribute
(MetaAttributeNames.Style.NAMESPACE, MetaAttributeNames.Style.HORIZONTAL_ALIGNMENT,
ElementAlignment.class, context);
final ElementAlignment vAlign = (ElementAlignment) attributes.getMetaAttribute
(MetaAttributeNames.Style.NAMESPACE, MetaAttributeNames.Style.VERTICAL_ALIGNMENT, ElementAlignment.class,
context);
final ElementStyleSheet styleSheet = e.getStyle();
styleSheet.setStyleProperty(ElementStyleKeys.VALIGNMENT, vAlign);