Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FoLineText
Subinterface of
LineText that provides additional services to
XSL-FO systems. |
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.