Package org.apache.fop.fo.properties
Class FontShorthandProperty
- java.lang.Object
-
- org.apache.fop.fo.properties.Property
-
- org.apache.fop.fo.properties.ListProperty
-
- org.apache.fop.fo.properties.FontShorthandProperty
-
public class FontShorthandProperty extends ListProperty
Property subclass for the font shorthand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FontShorthandProperty.Maker
Inner class for creating instances of FontShorthandProperty
-
Field Summary
-
Fields inherited from class org.apache.fop.fo.properties.ListProperty
list
-
-
Constructor Summary
Constructors Constructor Description FontShorthandProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
addProperty(Property prop, int pos)
-
Methods inherited from class org.apache.fop.fo.properties.ListProperty
addProperty, equals, getList, getObject, hashCode
-
Methods inherited from class org.apache.fop.fo.properties.Property
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString
-
-
-
-
Method Detail
-
addProperty
private void addProperty(Property prop, int pos)
-
-