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 and 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)
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 and Description |
---|---|
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 fo:leader object.
|
class |
Marker
Class modelling the fo:marker object.
|
class |
RetrieveMarker
Class modelling the fo:retrieve-marker object.
|
class |
Wrapper
Class modelling the fo:wrapper object.
|
Modifier and Type | Class and Description |
---|---|
class |
Title
Class modelling the fo:title object.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.