SourceForge.net Logo
aXSL API 0.2

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

Packages that use LineText
org.axsl.fo 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.fo.fo Interfaces useful for describing standard formatting objects in a common way. 
org.axsl.text.line Interfaces useful for breaking text into lines. 
 

Uses of LineText in org.axsl.fo
 

Subinterfaces of LineText in org.axsl.fo
 interface FoLineText
          Subinterface of LineText that provides additional services to XSL-FO systems.
 

Uses of LineText in org.axsl.fo.fo
 

Subinterfaces of LineText in org.axsl.fo.fo
 interface CharacterSequence
          Interface for formatting objects that contain fo:character objects either explicitly (as fo:character objects in the document) or implicitly (as #PCDATA in objects whose content models include that).
 

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.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.