org.apache.fop.layout
Class TextState
java.lang.Object
org.apache.fop.layout.TextState
- public class TextState
- extends Object
This class holds information about text-decoration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
underlined
protected boolean underlined
overlined
protected boolean overlined
linethrough
protected boolean linethrough
TextState
public TextState()
throws FOPException
getUnderlined
public boolean getUnderlined()
- Returns:
- true if text should be underlined
setUnderlined
public void setUnderlined(boolean ul)
- set text as underlined
getOverlined
public boolean getOverlined()
- Returns:
- true if text should be overlined
setOverlined
public void setOverlined(boolean ol)
getLineThrough
public boolean getLineThrough()
setLineThrough
public void setLineThrough(boolean lt)
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.