/** Decorations applicable to generated text. See 7.16.4 "text-decoration"
* in the Recommendation.*/
protected TextDecorations decorations = null;
+ /**
+ * Gets the current <code>TextDecorations</code> object
+ * @return the decorations
+ */
+ public TextDecorations getDecorations() {
+ return decorations;
+ }
/**
* @param foTree the FO tree to which this node is added
* @throws PropertyException
* @throws FontException
*/
- protected Map getFontAttributes() throws PropertyException, FontException {
+ public Map getFontAttributes() throws PropertyException, FontException {
int pvtype;
Numeric fontSize = null;
PropertyValue pv = getPropertyValue(PropNames.FONT_STYLE);