org.apache.fop.fo.pagination
Interface SubSequenceSpecifier

All Known Implementing Classes:
PageMasterReference, RepeatablePageMasterAlternatives, RepeatablePageMasterReference

public interface SubSequenceSpecifier

Classes that implement this interface can be added to a PageSequenceMaster, and are capable of looking up an appropriate PageMaster.


Method Summary
 java.lang.String getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isEmptyPage)
           
 void reset()
          Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process.
 

Method Detail

getNextPageMasterName

public java.lang.String getNextPageMasterName(boolean isOddPage,
                                              boolean isFirstPage,
                                              boolean isEmptyPage)
                                       throws FOPException
Throws:
FOPException

reset

public void reset()
Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process.



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.