Uses of Class
org.apache.fop.fo.FObjMixed
-
Packages that use FObjMixed 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. -
-
Uses of FObjMixed in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type FObjMixed 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 firstTextNodeprotected 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 byRetrieveMarker
to trigger 'end-of-node' white-space handling) -
Uses of FObjMixed in org.apache.fop.fo.flow
Subclasses of FObjMixed in org.apache.fop.fo.flow Modifier and Type Class Description class
AbstractRetrieveMarker
Abstract base class for thefo:retrieve-marker
andfo:retrieve-table-marker
formatting objects.class
BasicLink
Class modelling thefo:basic-link
object.class
BidiOverride
Class modelling thefo:bidi-override
object.class
Block
Class modelling thefo:block object
.class
Inline
Class modelling thefo:inline
formatting object.class
InlineLevel
Class modelling the commonalities of several inline-level formatting objects.class
Leader
Class modelling thefo:leader
object.class
Marker
Class modelling the markerfo:marker
object.class
RetrieveMarker
Class modelling thefo:retrieve-marker
formatting object.class
RetrieveTableMarker
Class modelling thefo:retrieve-table-marker
formatting object.class
Wrapper
Class modelling the fo wrapperfo:wrapper
object. -
Uses of FObjMixed in org.apache.fop.fo.pagination
Subclasses of FObjMixed in org.apache.fop.fo.pagination Modifier and Type Class Description class
Title
Class modeling thefo:title
object.
-