Package org.apache.fop.fo.properties
Class PageBreakShorthandParser
- java.lang.Object
-
- org.apache.fop.fo.properties.PageBreakShorthandParser
-
- All Implemented Interfaces:
ShorthandParser
public class PageBreakShorthandParser extends java.lang.Object implements ShorthandParser
Shorthand parser for page-break-before, page-break-after and page-break-inside. Used to set the corresponding keep-* and break-* properties.
-
-
Constructor Summary
Constructors Constructor Description PageBreakShorthandParser()
-
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
-
-