org.apache.fop.fo.properties
Class LineHeightPropertyMaker
- Cloneable
public class LineHeightPropertyMaker
A maker which calculates the line-height property.
This property maker is special because line-height inherits the specified
value, instead of the computed value.
So when a line-height is create based on an attribute, the specified value
is stored in the property and in compute() the stored specified value of
the nearest specified is used to recalculate the line-height.
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 |
LineHeightPropertyMaker
public LineHeightPropertyMaker(int propId)
Create a maker for line-height.
propId
- the is for linehight.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.