fop 1.0

Uses of Class
org.apache.fop.fo.FOText

Packages that use FOText
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.rtf RTF (Rich Text Format) Output Support 
 

Uses of FOText in org.apache.fop.fo
 

Fields in org.apache.fop.fo declared as FOText
protected  FOText FObjMixed.lastFOTextProcessed
          Used in creating pointers between subsequent FOText nodes in the same Block (for handling text-transform)
 

Methods in org.apache.fop.fo that return FOText
 FOText FOText.getNextFOTextThisBlock()
           
 FOText FOText.getPrevFOTextThisBlock()
           
 

Uses of FOText in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts with parameters of type FOText
static Font FontSelector.selectFontForCharacterInText(char c, FOText text, PercentBaseContext context)
          Selects a font which is able to display the given character.
static Font FontSelector.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
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type FOText
TextLayoutManager(FOText node)
          Create a Text layout manager.
 

Uses of FOText in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type FOText
 void RTFHandler.text(FOText text, char[] data, int start, int length)
           
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.