]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added FORCE_AUTO enum
authorPeter Bernard West <pbwest@apache.org>
Sun, 12 Sep 2004 06:30:19 +0000 (06:30 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sun, 12 Sep 2004 06:30:19 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197941 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/ForcePageCount.java

index 068db35dbc82a2d4e5be046d7dc78f8346d324fb..09375755e5f6969c8385cf1e487a06bc3a871834 100644 (file)
@@ -49,6 +49,7 @@ public class ForcePageCount extends Property  {
     public static final int END_ON_EVEN = 3;
     public static final int END_ON_ODD = 4;
     public static final int NO_FORCE = 5;
+    public static final int FORCE_AUTO = 6;
 
     public static final int inherited = NO;
 
@@ -64,6 +65,7 @@ public class ForcePageCount extends Property  {
         ,"end-on-even"
         ,"end-on-odd"
         ,"no-force"
+        ,"auto"
     };
     private static final HashMap rwEnumHash;
     static {