|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.properties.Property | +--org.apache.fop.fo.properties.ListProperty | +--org.apache.fop.fo.properties.TextDecorationProperty
Special list property for text-decoration.
Inner Class Summary | |
static class |
TextDecorationProperty.Maker
Inner class for creating instances of ListProperty |
Inner classes inherited from class org.apache.fop.fo.properties.ListProperty |
ListProperty.Maker |
Fields inherited from class org.apache.fop.fo.properties.ListProperty |
list |
Fields inherited from class org.apache.fop.fo.properties.Property |
log |
Constructor Summary | |
TextDecorationProperty(ListProperty listProp)
Constructs a new instance by converting a ListProperty. |
Methods inherited from class org.apache.fop.fo.properties.ListProperty |
addProperty, getList, getObject |
Methods inherited from class org.apache.fop.fo.properties.Property |
getCharacter, getColorType, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TextDecorationProperty(ListProperty listProp) throws PropertyException
listProp
- the ListProperty to be convertedPropertyException
- in case the conversion fails
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |