org.apache.fop.fo.properties

Class 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

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

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, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString

Constructor Details

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

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