Uses of Class
org.apache.fop.fo.flow.Character
-
Packages that use Character Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fonts Classes for font handling.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.render.mif MIF Output Support -
-
Uses of Character in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type Character Modifier and Type Method Description void
FO2StructureTreeConverter. character(Character c)
void
StructureTreeEventTrigger. character(Character c)
-
Uses of Character in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type Character Modifier and Type Method Description void
DelegatingFOEventHandler. character(Character c)
void
FOEventHandler. character(Character c)
Process a Character. -
Uses of Character in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as Character Modifier and Type Field Description private Character
Character.FOCharIterator. foChar
Constructors in org.apache.fop.fo.flow with parameters of type Character Constructor Description FOCharIterator(Character foChar)
-
Uses of Character in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type Character Modifier and Type Method Description static Font
FontSelector. selectFontForCharacter(Character fobj, PercentBaseContext context)
Selects a font which is able to display the given character. -
Uses of Character in org.apache.fop.layoutmgr.inline
Constructors in org.apache.fop.layoutmgr.inline with parameters of type Character Constructor Description CharacterLayoutManager(Character node)
Constructor -
Uses of Character in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Character Modifier and Type Method Description void
MIFHandler. character(Character c)
-