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 voidXMLWhiteSpaceHandler. handleWhiteSpace(FObjMixed fo, FONode firstTextNode)Handle white-space for the fo that is passed in, starting at firstTextNode (when a nested FO is encountered)voidXMLWhiteSpaceHandler. handleWhiteSpace(FObjMixed fo, FONode firstTextNode, FONode nextChild)Handle white-space for the fo that is passed in, starting at firstTextNodeprotected static voidFObjMixed. handleWhiteSpaceFor(FObjMixed fobj, FONode nextChild)Handles white-space for the node that is passed in, starting at its current text-node (used byRetrieveMarkerto 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 classAbstractRetrieveMarkerAbstract base class for thefo:retrieve-markerandfo:retrieve-table-markerformatting objects.classBasicLinkClass modelling thefo:basic-linkobject.classBidiOverrideClass modelling thefo:bidi-overrideobject.classBlockClass modelling thefo:block object.classInlineClass modelling thefo:inlineformatting object.classInlineLevelClass modelling the commonalities of several inline-level formatting objects.classLeaderClass modelling thefo:leaderobject.classMarkerClass modelling the markerfo:markerobject.classRetrieveMarkerClass modelling thefo:retrieve-markerformatting object.classRetrieveTableMarkerClass modelling thefo:retrieve-table-markerformatting object.classWrapperClass modelling the fo wrapperfo:wrapperobject. -
Uses of FObjMixed in org.apache.fop.fo.pagination
Subclasses of FObjMixed in org.apache.fop.fo.pagination Modifier and Type Class Description classTitleClass modeling thefo:titleobject.
-