See: Description
Interface | Description |
---|---|
Fo |
Base interface for formatting objects.
|
FoContext |
Provides the FO Tree with contextual information for cases where its contents
may be used differently in one context than in another.
|
FoForeignXml |
Super-interface for the root node of XML documents or document
fragments that are wrapped inside of an fo:instream-foreign-object.
|
FoInlineContext |
This interface has a similar purpose to
FoContext , but applies only
to inline objects. |
FoLineNonText |
Subinterface of
LineNonText that provides additional services to
XSL-FO systems. |
FoLineText |
Subinterface of
LineText that provides additional services to
XSL-FO systems. |
FoScaled |
Subinterface for formatting objects that can be scaled and viewed inside a
viewport.
|
FoTree |
An
FoTree is created for each document that is processed. |
FoTreeFactory |
Creates implementation-specific
FoTree instances. |
FoTreeListener |
An interface for classes that need to handle FOTreeEvent objects as they
are fired.
|
ProxyFactory |
Uses the Visitor pattern to allow an FO Object to properly cast itself for
purposes of creating a proxy.
|
Class | Description |
---|---|
FoTreeEvent |
An Event used for notification that various stages of the building of an
FO tree have been completed.
|
Exception | Description |
---|---|
FoTreeException |
Exception thrown when an axslFOTree implementation has a problem.
|
Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content.
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.