Browse Source

Added FORCE_AUTO enum


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197941 13f79535-47bb-0310-9956-ffa450edef68
tags/Defoe_export
Peter Bernard West 19 years ago
parent
commit
771029a6e0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/java/org/apache/fop/fo/properties/ForcePageCount.java

+ 2
- 0
src/java/org/apache/fop/fo/properties/ForcePageCount.java View 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 {

Loading…
Cancel
Save