Uses of Class
org.apache.fop.fo.FOText
-
Packages that use FOText Package Description org.apache.fop.accessibility.fo org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.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 Supportorg.apache.fop.render.rtf 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 FOText Modifier and Type Method Description voidFO2StructureTreeConverter. characters(FOText foText)voidStructureTreeEventTrigger. characters(FOText foText) -
Uses of FOText in org.apache.fop.fo
Fields in org.apache.fop.fo declared as FOText Modifier and Type Field Description private FOTextFObjMixed. ftRepresents accumulated, pending FO text.protected FOTextFObjMixed. lastFOTextProcessedprivate FOTextFOText. nextFOTextThisBlockPoints to the next FOText object created within the current block.private FOTextFOText. prevFOTextThisBlockPoints to the previous FOText object created within the current block.Methods in org.apache.fop.fo with parameters of type FOText Modifier and Type Method Description voidDelegatingFOEventHandler. characters(FOText foText)voidFOEventHandler. characters(FOText foText)Process character data. -
Uses of FOText in org.apache.fop.fonts
Methods in org.apache.fop.fonts with parameters of type FOText Modifier and Type Method Description static FontFontSelector. selectFontForCharacterInText(char c, FOText text, PercentBaseContext context)Selects a font which is able to display the given character.static FontFontSelector. selectFontForCharactersInText(java.lang.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 FOText Modifier and Type Field Description private FOTextTextLayoutManager. foTextConstructors in org.apache.fop.layoutmgr.inline with parameters of type FOText Constructor Description TextLayoutManager(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 FOText Modifier and Type Method Description voidMIFHandler. 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 FOText Modifier and Type Method Description static RtfAttributesTextAttributesConverter. convertCharacterAttributes(FOText fobj)Converts all character related FO properties to RtfAttributes.voidRTFHandler. text(FOText text, java.lang.CharSequence characters)
-