fop 0.94

Uses of Class
org.apache.fop.fo.FObjMixed

Packages that use FObjMixed
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
 void XMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo, FONode firstTextNode)
          Handle white-space for the fo that is passed in, starting at firstTextNode
 void XMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo, FONode firstTextNode, FONode nextChild)
          Handle white-space for the fo that is passed in, starting at firstTextNode (when a nested FO is encountered)
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)
 

Uses of FObjMixed in org.apache.fop.fo.flow
 

Subclasses of FObjMixed in org.apache.fop.fo.flow
 class BasicLink
          The fo:basic-link formatting object.
 class BidiOverride
          fo:bidi-override element.
 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
          Marker formatting object.
 class RetrieveMarker
          The retrieve-marker formatting object.
 class Wrapper
          Implementation for fo:wrapper formatting object.
 

Uses of FObjMixed in org.apache.fop.fo.pagination
 

Subclasses of FObjMixed in org.apache.fop.fo.pagination
 class Title
          Class modelling the fo:title object.
 


fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.