Uses of Class
org.apache.fop.layout.TextState

Packages that use TextState
org.apache.fop.fo   
org.apache.fop.layout   
 

Uses of TextState in org.apache.fop.fo
 

Fields in org.apache.fop.fo declared as TextState
protected  TextState FObjMixed.textState
           
 

Methods in org.apache.fop.fo that return TextState
 TextState PropertyManager.getTextDecoration(FObj parent)
           
 TextState FObjMixed.getTextState()
           
 

Methods in org.apache.fop.fo with parameters of type TextState
protected static int FOText.addRealText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
static int FOText.addText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
 void FOText.setTextState(TextState ts)
           
 

Uses of TextState in org.apache.fop.layout
 

Methods in org.apache.fop.layout with parameters of type TextState
 int LineArea.addText(char[] data, int start, int end, LinkSet ls, TextState textState)
          adds text to line area
 int LineArea.doHyphenation(char[] characters, int position, int wordStart, int remainingWidth, int startw, LinkSet ls, TextState textState)
          extracts word for hyphenation and calls hyphenation package, handles cases of inword punctuation and quotation marks at the beginning of words, but not in a internationalized way
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.