Package org.apache.fop.fo.properties
Class TableBorderPrecedence
- java.lang.Object
-
- org.apache.fop.fo.properties.PropertyMaker
-
- org.apache.fop.fo.properties.NumberProperty.Maker
-
- org.apache.fop.fo.properties.TableBorderPrecedence
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TableBorderPrecedence extends NumberProperty.Maker
A table border preference property maker.
-
-
Field Summary
Fields Modifier and Type Field Description private static Property
num0
private static Property
num1
private static Property
num2
private static Property
num3
private static Property
num4
private static Property
num5
private static Property
num6
-
Fields inherited from class org.apache.fop.fo.properties.PropertyMaker
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand
-
-
Constructor Summary
Constructors Constructor Description TableBorderPrecedence(int propId)
Construct a table border preference property maker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
make(PropertyList propertyList)
Set default precedence according to the parent FObj Return the default value.-
Methods inherited from class org.apache.fop.fo.properties.NumberProperty.Maker
convertProperty
-
Methods inherited from class org.apache.fop.fo.properties.PropertyMaker
addEnum, addKeyword, addShorthand, addSubpropMaker, checkEnumValues, checkValueKeywords, clone, compute, convertPropertyDatatype, convertShorthandProperty, findProperty, get, getName, getPercentBase, getPropId, getShorthand, getSubprop, getSubpropMaker, isInherited, make, make, makeNewProperty, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubprop, useGeneric
-
-
-
-
Method Detail
-
make
public Property make(PropertyList propertyList) throws PropertyException
Set default precedence according to the parent FObj Return the default value.- Overrides:
make
in classPropertyMaker
- Parameters:
propertyList
- The PropertyList object being built for this FO.- Returns:
- the Property object corresponding to the parameters
- Throws:
PropertyException
- for invalid or inconsisten FO input
-
-