Package org.apache.fop.fo.properties
Class FontFamilyProperty
java.lang.Object
org.apache.fop.fo.properties.Property
org.apache.fop.fo.properties.ListProperty
org.apache.fop.fo.properties.FontFamilyProperty
Property class for the font-family property.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInner class for creating instances of ListProperty -
Field Summary
Fields inherited from class org.apache.fop.fo.properties.ListProperty
list -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(Property prop) Add a new property to the listThis method expects to be overridden by subclasses.Methods inherited from class org.apache.fop.fo.properties.ListProperty
equals, getList, getObject, hashCodeMethods inherited from class org.apache.fop.fo.properties.Property
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue, toString
-
Method Details
-
addProperty
Add a new property to the list- Overrides:
addPropertyin classListProperty- Parameters:
prop- Property to be added to the list
-
getString
This method expects to be overridden by subclasses.
-