org.apache.fop.fo
Class Status
java.lang.Object
|
+--org.apache.fop.fo.Status
- public class Status
- extends java.lang.Object
classes representating the status of laying out a formatting object
Constructor Summary |
Status(int code)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected int code
OK
public static final int OK
AREA_FULL_NONE
public static final int AREA_FULL_NONE
AREA_FULL_SOME
public static final int AREA_FULL_SOME
FORCE_PAGE_BREAK
public static final int FORCE_PAGE_BREAK
FORCE_PAGE_BREAK_EVEN
public static final int FORCE_PAGE_BREAK_EVEN
FORCE_PAGE_BREAK_ODD
public static final int FORCE_PAGE_BREAK_ODD
FORCE_COLUMN_BREAK
public static final int FORCE_COLUMN_BREAK
KEEP_WITH_NEXT
public static final int KEEP_WITH_NEXT
Status
public Status(int code)
getCode
public int getCode()
isIncomplete
public boolean isIncomplete()
laidOutNone
public boolean laidOutNone()
isPageBreak
public boolean isPageBreak()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.