fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.properties.Property
org.apache.fop.fo.properties.ListProperty
org.apache.fop.fo.properties.TextDecorationProperty
public class TextDecorationProperty
extends ListProperty
Nested Class Summary | |
static class |
|
Nested classes/interfaces inherited from class org.apache.fop.fo.properties.ListProperty | |
ListProperty.Maker |
Field Summary |
Fields inherited from class org.apache.fop.fo.properties.ListProperty | |
list |
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.apache.fop.fo.properties.ListProperty | |
addProperty , getList , getObject |
Methods inherited from class org.apache.fop.fo.properties.Property | |
getCharacter , getColor , getCondLength , getEnum , getKeep , getLength , getLengthPair , getLengthRange , getList , getNCname , getNumber , getNumeric , getObject , getSpace , getSpecifiedValue , getString , isAuto , setSpecifiedValue , toString |
public TextDecorationProperty(ListProperty listProp) throws PropertyException
Constructs a new instance by converting a ListProperty.
- Parameters:
listProp
- the ListProperty to be converted
- Throws:
PropertyException
- in case the conversion fails
fop 0.94 |