Uses of Class
org.apache.fop.fo.flow.Block
Packages that use Block
Package
Description
Classes, constants and basic infrastructure for the FO tree.
FOP's layout engine.
Layout managers for inline formatting objects and line building.
MIF Output Support
RTF (Rich Text Format) Output Support
-
Uses of Block in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type BlockModifier and TypeMethodDescriptionvoid
void
void
FO2StructureTreeConverter.startBlock
(Block bl) void
StructureTreeEventTrigger.startBlock
(Block bl) -
Uses of Block in org.apache.fop.fo
Fields in org.apache.fop.fo declared as BlockModifier and TypeFieldDescriptionprivate Block
FOText.ancestorBlock
Points to the ancestor Block object.Methods in org.apache.fop.fo with parameters of type BlockModifier and TypeMethodDescriptionprotected void
FOText.createBlockPointers
(Block ancestorBlock) This method is run as part of the ancestor Block's flushText(), to create xref pointers to the previous FOText objects within the same Blockvoid
void
void
DelegatingFOEventHandler.startBlock
(Block bl) void
FOEventHandler.startBlock
(Block bl) -
Uses of Block in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return BlockModifier and TypeMethodDescriptionprotected Block
BlockLayoutManager.getBlockFO()
convenience method that returns the Block nodeConstructors in org.apache.fop.layoutmgr with parameters of type BlockModifierConstructorDescriptionBlockLayoutManager
(Block inBlock) Creates a new BlockLayoutManager. -
Uses of Block in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as BlockConstructors in org.apache.fop.layoutmgr.inline with parameters of type BlockModifierConstructorDescriptionLineLayoutManager
(Block block, Length lh, int l, int f) Create a new Line Layout Manager. -
Uses of Block in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Block -
Uses of Block in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type BlockModifier and TypeMethodDescriptionprivate static void
TextAttributesConverter.attrBreak
(Block fobj, FOPRtfAttributes attrib) static RtfAttributes
TextAttributesConverter.convertAttributes
(Block fobj) Converts all known text FO properties to RtfAttributesvoid
void
RTFHandler.startBlock
(Block bl)