Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo,
FONode firstTextNode) |
Handle white-space for the fo that is passed in, starting at
firstTextNode (when a nested FO is encountered)
|
void |
XMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo,
FONode firstTextNode,
FONode nextChild) |
Handle white-space for the fo that is passed in, starting at
firstTextNode
|
protected static void |
FObjMixed.handleWhiteSpaceFor(FObjMixed fobj,
FONode nextChild) |
Handles white-space for the node that is passed in,
starting at its current text-node
(used by
RetrieveMarker
to trigger 'end-of-node' white-space handling) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRetrieveMarker |
Abstract base class for the
fo:retrieve-marker and
fo:retrieve-table-marker formatting objects. |
class |
BasicLink |
Class modelling the
fo:basic-link object. |
class |
BidiOverride |
Class modelling the
fo:bidi-override object. |
class |
Block |
Class modelling the
fo:block object . |
class |
Inline |
Class modelling the
fo:inline formatting object. |
class |
InlineLevel |
Class modelling the commonalities of several inline-level
formatting objects.
|
class |
Leader |
Class modelling the
fo:leader object. |
class |
Marker |
Class modelling the
fo:marker object. |
class |
RetrieveMarker |
Class modelling the
fo:retrieve-marker formatting object. |
class |
RetrieveTableMarker |
Class modelling the
fo:retrieve-table-marker formatting object. |
class |
Wrapper |
Class modelling the
fo:wrapper object. |
Modifier and Type | Class | Description |
---|---|---|
class |
Title |
Class modeling the
fo:title object. |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.