Uses of Class
org.apache.fop.fo.flow.Block
-
Packages that use Block Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render.mif MIF Output Supportorg.apache.fop.render.rtf 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 Block Modifier and Type Method Description void
FO2StructureTreeConverter. endBlock(Block bl)
void
StructureTreeEventTrigger. endBlock(Block bl)
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 Block Modifier and Type Field Description private Block
FOText. ancestorBlock
Points to the ancestor Block object.Methods in org.apache.fop.fo with parameters of type Block Modifier and Type Method Description protected 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
DelegatingFOEventHandler. endBlock(Block bl)
void
FOEventHandler. endBlock(Block bl)
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 Block Modifier and Type Method Description protected Block
BlockLayoutManager. getBlockFO()
convenience method that returns the Block nodeConstructors in org.apache.fop.layoutmgr with parameters of type Block Constructor Description BlockLayoutManager(Block inBlock)
Creates a new BlockLayoutManager. -
Uses of Block in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as Block Modifier and Type Field Description private Block
LineLayoutManager. fobj
Constructors in org.apache.fop.layoutmgr.inline with parameters of type Block Constructor Description LineLayoutManager(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 Modifier and Type Method Description void
MIFHandler. endBlock(Block bl)
void
MIFHandler. startBlock(Block bl)
-
Uses of Block in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type Block Modifier and Type Method Description private static void
TextAttributesConverter. attrBreak(Block fobj, FOPRtfAttributes attrib)
static RtfAttributes
TextAttributesConverter. convertAttributes(Block fobj)
Converts all known text FO properties to RtfAttributesvoid
RTFHandler. endBlock(Block bl)
void
RTFHandler. startBlock(Block bl)
-