|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An fo:page-sequence object in XSL-FO. See XSL-FO 1.0 Section 6.4.5.
Method Summary | |
java.lang.String |
formatPageNumber(int pageNumber)
For a given page-number in the page-sequence, provides a formatted String representation of that page-number, suitable for placement in the output document. |
StaticContent |
getBeforeFloatSeparator()
Convenience method to obtain the static content for the before-float-separator. |
Flow |
getFlow()
The fo:flow item for this fo:page-sequence. |
StaticContent |
getFootnoteSeparator()
Convenience method to obtain the static content for the footnote-separator. |
StaticContent |
getStaticContent(Region region)
Returns the static-content for a given region in this page-sequence. |
Title |
getTitle()
The fo:title item for this fo:page-sequence. |
PageMasterResolver |
makePageMasterResolver(int lastPageNumber)
Creates a new PageMasterResolver instance for this PageSequence. |
Methods inherited from interface org.axsl.foR.FONode |
ancestorMarker, childrenFO, getColumn, getContextMessage, getFONodeChildAt, getLine, getProxy, getResult, getSystemId, makeProxy, parentFO, reset, setProxy, setResult |
Methods inherited from interface org.axsl.common.OrderedTreeNode |
getChildren, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getNextLeaf, getNextSibling, getPreviousLeaf, getPreviousSibling, getSiblings, hasChildren, nextPreOrderNode, siblingIndex |
Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Method Detail |
public java.lang.String formatPageNumber(int pageNumber)
pageNumber
- The page-number to be formatted.
public PageMasterResolver makePageMasterResolver(int lastPageNumber)
PageMasterResolver
instance for this PageSequence.
Note that using more than one PageMasterResolver
instance during
the pagination of a PageSequence
may result in incorrect output,
because the PageMasterResolver
keeps track of the state of which
pages have already been generated, which sub-sequence specifiers have
been exhausted, etc.
lastPageNumber
- The last page number that was used by the
previous page-sequence.
PageMasterResolver
instance.public Title getTitle()
public Flow getFlow()
public StaticContent getStaticContent(Region region)
region
- The Region for which static content should be returned.
region
.public StaticContent getBeforeFloatSeparator()
public StaticContent getFootnoteSeparator()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.