Uses of Class
org.apache.fop.layoutmgr.LayoutException
-
Packages that use LayoutException Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of LayoutException in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return types with arguments of type LayoutException Modifier and Type Method Description java.lang.Class<LayoutException>
LayoutException.LayoutExceptionFactory. getExceptionClass()
Returns theException
class created by this factory.Methods in org.apache.fop.layoutmgr that throw LayoutException Modifier and Type Method Description void
BlockLevelEventProducer. regionOverflow(java.lang.Object source, java.lang.String elementName, java.lang.String page, int amount, boolean clip, boolean canRecover, org.xml.sax.Locator loc)
Contents overflow a region viewport.void
BlockLevelEventProducer. staticRegionOverflow(java.lang.Object source, java.lang.String elementName, java.lang.String page, int amount, boolean clip, boolean canRecover, org.xml.sax.Locator loc)
Contents overflow a static region viewport.
-