Package org.apache.fop.fo.properties
Class WhiteSpaceShorthandParser
- java.lang.Object
-
- org.apache.fop.fo.properties.WhiteSpaceShorthandParser
-
- All Implemented Interfaces:
ShorthandParser
public class WhiteSpaceShorthandParser extends java.lang.Object implements ShorthandParser
Shorthand parser for the white-space property; Sets the values for white-space-treament, linefeed-treatment, white-space-collapse and wrap-option
-
-
Constructor Summary
Constructors Constructor Description WhiteSpaceShorthandParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
-
-
-
Method Detail
-
getValueForProperty
public Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) throws PropertyException
- Specified by:
getValueForProperty
in interfaceShorthandParser
- Parameters:
propId
- the property ID in the Constants interfaceproperty
- from which value is obtainedmaker
- Maker object for the PropertypropertyList
- list of properties- Returns:
- Property object corresponding to propName
- Throws:
PropertyException
- in case a property exception occurs
-
-