org.apache.fop.fo.properties

Interface BreakPropertySet

Known Implementing Classes:
Block, BlockContainer, ListBlock, ListItem, Table, TableRow

public interface BreakPropertySet

Defines property access methods for the break-before and break-after properties.

Method Summary

int
getBreakAfter()
int
getBreakBefore()

Method Details

getBreakAfter

public int getBreakAfter()
Returns:
the "break-after" property.

getBreakBefore

public int getBreakBefore()
Returns:
the "break-before" property.

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