org.apache.fop.fo.properties

Class FontFamilyProperty


public class FontFamilyProperty
extends ListProperty

Property class for the font-family property.

Nested Class Summary

static class
FontFamilyProperty.Maker
Inner class for creating instances of ListProperty

Nested classes/interfaces inherited from class org.apache.fop.fo.properties.ListProperty

ListProperty.Maker

Field Summary

Fields inherited from class org.apache.fop.fo.properties.ListProperty

list

Fields inherited from class org.apache.fop.fo.properties.Property

log

Constructor Summary

FontFamilyProperty(Property prop)

Method Summary

void
addProperty(Property prop)
Add a new property to the list
String
getString()

Methods inherited from class org.apache.fop.fo.properties.ListProperty

addProperty, getList, getObject

Methods inherited from class org.apache.fop.fo.properties.Property

getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, getString, isAuto, setSpecifiedValue, toString

Constructor Details

FontFamilyProperty

public FontFamilyProperty(Property prop)
Parameters:
prop - the first Property to be added to the list

Method Details

addProperty

public void addProperty(Property prop)
Add a new property to the list
Overrides:
addProperty in interface ListProperty
Parameters:
prop - Property to be added to the list

getString

public String getString()
Overrides:
getString in interface Property

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.