Uses of Class
org.apache.fop.fo.pagination.StaticContent
Packages that use StaticContent
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the pagination and declaration formatting objects.
FOP's layout engine.
RTF (Rich Text Format) Output Support
-
Uses of StaticContent in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type StaticContentModifier and TypeMethodDescriptionvoidFO2StructureTreeConverter.endStatic(StaticContent staticContent) voidFO2StructureTreeConverter.startStatic(StaticContent staticContent) -
Uses of StaticContent in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type StaticContentModifier and TypeMethodDescriptionvoidDelegatingFOEventHandler.endStatic(StaticContent statisContent) voidFOEventHandler.endStatic(StaticContent staticContent) Process end of a Static.voidDelegatingFOEventHandler.startStatic(StaticContent staticContent) voidFOEventHandler.startStatic(StaticContent staticContent) Process start of a Static. -
Uses of StaticContent in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return StaticContentModifier and TypeMethodDescriptionPageSequence.getStaticContent(String name) Get the static content FO node from the flow map. -
Uses of StaticContent in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return StaticContentModifier and TypeMethodDescriptionprotected StaticContentStaticContentLayoutManager.getStaticContentFO()Convenience method that returns the Static Content node.Methods in org.apache.fop.layoutmgr with parameters of type StaticContentModifier and TypeMethodDescriptionLayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block) Make a StaticContentLayoutManager object for a footnote-separator.LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg) Make a StaticContentLayoutManager object.LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block) Make a StaticContentLayoutManager object for a footnote-separator.LayoutManagerMapping.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, SideRegion reg) Make a StaticContentLayoutManager object.Constructors in org.apache.fop.layoutmgr with parameters of type StaticContentModifierConstructorDescriptionStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block) Creates a new StaticContentLayoutManager.StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, SideRegion reg) Creates a new StaticContentLayoutManager. -
Uses of StaticContent in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type StaticContentModifier and TypeMethodDescriptionvoidRTFHandler.endStatic(StaticContent statisContent) Process end of a Static.voidRTFHandler.startStatic(StaticContent staticContent) Process start of a Static.