fop 0.92beta

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
PageBreakShorthandParser()
           
 
Method Summary
 Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageBreakShorthandParser

public PageBreakShorthandParser()
Method Detail

getValueForProperty

public Property getValueForProperty(int propId,
                                    Property property,
                                    PropertyMaker maker,
                                    PropertyList propertyList)
                             throws PropertyException
Specified by:
getValueForProperty in interface ShorthandParser
See Also:
org.apache.fop.fo.properties.ShorthandParser#getValueForProperty()

fop 0.92beta

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