org.apache.fop.render.afp.extensions
Class AFPAttribute
- Cloneable
public class AFPAttribute
This class extends the org.apache.fop.fo.StringProperty.Maker inner class
in order to provide a static property maker. The object faciliates
extraction of attributes from formatted objects based on the static list
as defined in the AFPElementMapping implementation.
addEnum , addKeyword , addShorthand , addSubpropMaker , checkEnumValues , checkValueKeywords , clone , compute , convertProperty , convertPropertyDatatype , convertShorthandProperty , findProperty , get , getName , getPercentBase , getPropId , getShorthand , getSubprop , getSubpropMaker , isInherited , make , make , make , makeNewProperty , setByShorthand , setCorresponding , setDatatypeParser , setDefault , setDefault , setInherited , setPercentBase , setSubprop , useGeneric |
AFPAttribute
protected AFPAttribute(String name)
Constructor for the AFPAttribute.
name
- The attribute name
make
public Property make(PropertyList propertyList)
Overide the make method to return the property object
- make in interface PropertyMaker
propertyList
- the property list from which to make the property
- property The property object.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.