Package | Description |
---|---|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Method and Description |
---|---|
StaticContent |
PageSequence.getStaticContent(java.lang.String name)
Get the static content FO node from the flow map.
|
Modifier and Type | Method and Description |
---|---|
protected StaticContent |
StaticContentLayoutManager.getStaticContentFO()
Convenience method that returns the Static Content node.
|
Modifier and Type | Method and Description |
---|---|
StaticContentLayoutManager |
LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator.
|
StaticContentLayoutManager |
LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator.
|
StaticContentLayoutManager |
LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
SideRegion reg)
Make a StaticContentLayoutManager object.
|
StaticContentLayoutManager |
LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
SideRegion reg) |
Constructor and Description |
---|
StaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent node,
Block block)
Creates a new StaticContentLayoutManager.
|
StaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent node,
SideRegion reg)
Creates a new StaticContentLayoutManager.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.