org.apache.fop.fo
Class FOText

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FOText

public class FOText
extends FONode

a text node in the formatting object tree


Field Summary
 (package private) floatblue
           
 (package private) FontStatefs
           
 (package private) floatgreen
           
 (package private) floatred
           
 (package private) intwhiteSpaceCollapse
           
 (package private) intwrapOption
           

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
FOText(char[] chars, int s, int e, FObj parent)
           

Method Summary
 Statuslayout(Area area)
           
 voidsetUnderlined(boolean ul)
           
 booleanwillCreateArea()
           

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, getProperty, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Field Detail

blue

float blue

fs

FontState fs

green

float green

red

float red

whiteSpaceCollapse

int whiteSpaceCollapse

wrapOption

int wrapOption
Constructor Detail

FOText

public FOText(char[] chars, int s, int e, FObj parent)
Method Detail

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException

setUnderlined

public void setUnderlined(boolean ul)

willCreateArea

public boolean willCreateArea()

Association Links

to Class org.apache.fop.layout.FontState