Uses of Class
org.apache.fop.layoutmgr.FloatContentLayoutManager
-
Packages that use FloatContentLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of FloatContentLayoutManager in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return types with arguments of type FloatContentLayoutManager Modifier and Type Method Description static java.util.List<FloatContentLayoutManager>
FloatContentLayoutManager. checkForFloats(java.util.List<ListElement> elemenList, int startIndex, int endIndex)
{Add info}java.util.List<FloatContentLayoutManager>
KnuthBlockBox. getFloatContentLMs()
-
Uses of FloatContentLayoutManager in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return FloatContentLayoutManager Modifier and Type Method Description FloatContentLayoutManager
KnuthInlineBox. getFloatContentLM()
Methods in org.apache.fop.layoutmgr.inline with parameters of type FloatContentLayoutManager Modifier and Type Method Description void
KnuthInlineBox. setFloatContentLM(FloatContentLayoutManager fclm)
-