SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.text.line.LineText

Packages that use LineText
org.axsl.foR Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
org.axsl.text.line Interfaces useful for breaking text into lines. 
 

Uses of LineText in org.axsl.foR
 

Subinterfaces of LineText in org.axsl.foR
 interface FOLineText
          Subinterface of LineText that provides additional services to XSL-FO systems.
 interface FOText
          A text node in the formatting object tree.
 

Uses of LineText in org.axsl.text.line
 

Methods in org.axsl.text.line that return LineText
 LineText LineText.nextContiguousLineText()
          Gives the line-breaking system the next contiguous LineText instance, if any.
 LineText LineText.previousContiguousLineText()
          Gives the line-breaking system the preceding contiguous LineText instance, if any.
 

Methods in org.axsl.text.line with parameters of type LineText
 void LineBreakHandler.handleLineBreakText(LineOutput lineOutput, LineText text, int startOffset, int sizeInChars, int sizeInline, boolean hasDiscretionaryHyphen, boolean hasFauxSmallCaps, boolean isLastItemOnLine)
          Handle the results of the line-breaking by placing the specified text on the specified line.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.