org.apache.fop.fo.properties
public class SpacingPropertyMaker extends SpaceProperty.Maker
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand| Constructor and Description |
|---|
SpacingPropertyMaker(int propId)
Create a maker for [letter|word]-spacing.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Support for the 'normal' value.
|
makeNewPropertyaddSubpropMaker, checkEnumValues, get, getSubpropMaker, make, make, make, makeCompound, useGenericaddEnum, addKeyword, addShorthand, checkValueKeywords, clone, compute, convertPropertyDatatype, convertShorthandProperty, findProperty, getName, getPercentBase, getPropId, getShorthand, getSubprop, isInherited, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubproppublic SpacingPropertyMaker(int propId)
propId - the id for property.public Property convertProperty(Property p, PropertyList propertyList, FObj fo) throws PropertyException
convertProperty in class SpaceProperty.Makerp - The Property object return by the expression parserpropertyList - The PropertyList object being built for this FO.fo - The parent FO for the FO whose property is being made.PropertyException - for invalid or inconsistent FO inputCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.