org.apache.fop.fo.properties
Class CommonTextDecoration
java.lang.Object
org.apache.fop.fo.properties.CommonTextDecoration
public class CommonTextDecoration
extends java.lang.Object
Stores all information concerning text-decoration.
CommonTextDecoration
public CommonTextDecoration()
Creates a new CommonTextDecoration object with default values.
createFromPropertyList
public static CommonTextDecoration createFromPropertyList(PropertyList pList)
throws PropertyException
Creates a CommonTextDecoration object from a property list.
pList
- the property list to build the object for
- a CommonTextDecoration object or null if the obj would only have default values
getLineThroughColor
public Color getLineThroughColor()
- the color of the line-through mark
getOverlineColor
public Color getOverlineColor()
- the color of the overline mark
getUnderlineColor
public Color getUnderlineColor()
- the color of the underline mark
hasLineThrough
public boolean hasLineThrough()
- true if line-through is active
hasOverline
public boolean hasOverline()
- true if overline is active
hasUnderline
public boolean hasUnderline()
- true if underline is active
isBlinking
public boolean isBlinking()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.