Uses of Class
org.apache.fop.fo.FOText
Packages that use FOText
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Classes for font handling.
Layout managers for inline formatting objects and line building.
MIF Output Support
RTF (Rich Text Format) Output Support
-
Uses of FOText in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type FOTextModifier and TypeMethodDescriptionvoid
FO2StructureTreeConverter.characters
(FOText foText) void
StructureTreeEventTrigger.characters
(FOText foText) -
Uses of FOText in org.apache.fop.fo
Fields in org.apache.fop.fo declared as FOTextModifier and TypeFieldDescriptionprivate FOText
FObjMixed.ft
Represents accumulated, pending FO text.protected FOText
FObjMixed.lastFOTextProcessed
private FOText
FOText.nextFOTextThisBlock
Points to the next FOText object created within the current block.private FOText
FOText.prevFOTextThisBlock
Points to the previous FOText object created within the current block.Methods in org.apache.fop.fo with parameters of type FOTextModifier and TypeMethodDescriptionvoid
DelegatingFOEventHandler.characters
(FOText foText) void
FOEventHandler.characters
(FOText foText) Process character data. -
Uses of FOText in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type FOTextModifier and TypeMethodDescriptionstatic Font
FontSelector.selectFontForCharacterInText
(char c, FOText text, PercentBaseContext context) Selects a font which is able to display the given character.static Font
FontSelector.selectFontForCharactersInText
(CharSequence charSeq, int firstIndex, int breakIndex, FOText text, PercentBaseContext context) Selects a font which is able to display the most of the given characters. -
Uses of FOText in org.apache.fop.layoutmgr.inline
Fields in org.apache.fop.layoutmgr.inline declared as FOTextConstructors in org.apache.fop.layoutmgr.inline with parameters of type FOTextModifierConstructorDescriptionTextLayoutManager
(FOText node, FOUserAgent userAgent) Create a Text layout manager. -
Uses of FOText in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type FOTextModifier and TypeMethodDescriptionvoid
MIFHandler.characters
(FOText foText) Process character data. -
Uses of FOText in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type FOTextModifier and TypeMethodDescriptionstatic RtfAttributes
TextAttributesConverter.convertCharacterAttributes
(FOText fobj) Converts all character related FO properties to RtfAttributes.void
RTFHandler.text
(FOText text, CharSequence characters)