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.linebreak |
Interfaces for breaking a block of text into lines.
|
org.axsl.text.line |
Interfaces useful for breaking text into lines.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FoLineNonText
Subinterface of
LineNonText that provides additional services to
XSL-FO systems. |
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).
|
interface |
ExternalGraphic
An fo:external-graphic object in XSL-FO.
|
interface |
InstreamForeignObject
An fo:instream-foreign-object object in XSL-FO.
|
interface |
Leader
An fo:leader object in XSL-FO.
|
interface |
PageNumber
An fo:page-number object in XSL-FO.
|
interface |
PageNumberCitation
An fo:page-number-citation object in XSL-FO.
|
interface |
PageNumberCitationLast
An fo:page-number-citation-last object in XSL-FO.
|
interface |
ScalingValueCitation
An fo:scaling-value-citation object in XSL-FO.
|
Modifier and Type | Method and Description |
---|---|
void |
LineContentIterator.addContent(LineContent newContent)
Adds generic line content to the content that should be returned by the iterator-related methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LineNonText
This interface should be used by classes wishing to present themselves to
the line-breaking system as being a part of a line, but not containing text.
|
interface |
LineText
This interface should be used by classes who wish to present themselves to
the line-breaking system as containing text.
|
Modifier and Type | Method and Description |
---|---|
void |
PatientLineBreaker.addLineContent(LineContent contentItem)
Provide the line-breaking system with a piece of content.
|
int |
EagerLineBreaker.processLineContent(LineContent contentItem,
int start,
int end,
LineOutput output)
Push up to one line's worth of content through the line-breaking logic.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.