fop 0.95

org.apache.fop.fo.properties
Class TextDecorationProperty

java.lang.Object
  extended by org.apache.fop.fo.properties.Property
      extended by org.apache.fop.fo.properties.ListProperty
          extended by org.apache.fop.fo.properties.TextDecorationProperty

public class TextDecorationProperty
extends ListProperty

Special list property for text-decoration.


Nested Class Summary
static class TextDecorationProperty.Maker
          Inner class for creating instances of ListProperty
 
Field Summary
 
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.
 
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, 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

TextDecorationProperty

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.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.