]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update for toString()
authorJeremias Maerki <jeremias@apache.org>
Tue, 24 May 2005 13:41:39 +0000 (13:41 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 24 May 2005 13:41:39 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198685 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/LayoutContext.java

index b32e830025b1fd4f69a217f2ebdf6a462078d7b9..cc468fec5bd4cae8d89eb585757d73913901d392 100644 (file)
@@ -310,7 +310,9 @@ public class LayoutContext {
         "\nIs First Area: \t" + isFirstArea() + 
         "\nStarts New Area: \t" + startsNewArea() + 
         "\nIs Last Area: \t" + isLastArea() +
-        "\nTry Hyphenate: \t" + tryHyphenate();
+        "\nTry Hyphenate: \t" + tryHyphenate() + 
+        "\nKeeps: \t[" + (isKeepWithNextPending()?"keep-with-next":"") + "][" 
+            + (isKeepWithPreviousPending()?"keep-with-previous":"") + "] pending";
     }
 }