org.foray.fotree.fo.obj
Interface PageSequenceTemplate
- All Known Implementing Classes:
- PageSequenceMaster, SimplePageMaster
public interface PageSequenceTemplate
Abstraction of the formatting objects that can be used as a template to
generate sequences of pages for a page-sequence.
For XSL-FO 1.0, this includes SimplePageMaster
and
PageSequenceMaster
;
Method Summary |
boolean |
flowValid(AbstractFlow flow)
Make sure that a given flow can be laid out on at least one page in this
page-sequence template. |
flowValid
boolean flowValid(AbstractFlow flow)
- Make sure that a given flow can be laid out on at least one page in this
page-sequence template.
- Parameters:
flow
- The abstract flow to be tested.
- Returns:
- True iff the flow can be laid out on at least one page in this
page-sequence template.
Copyright © 2017. All rights reserved.