You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2005/12/30 01:14:23 UTC

svn commit: r359938 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java

Author: adelmelle
Date: Thu Dec 29 16:14:21 2005
New Revision: 359938

URL: http://svn.apache.org/viewcvs?rev=359938&view=rev
Log:
Added a few missing constants...

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java?rev=359938&r1=359937&r2=359938&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/Constants.java Thu Dec 29 16:14:21 2005
@@ -661,33 +661,35 @@
     /** Property constant */
     int PR_VOLUME = 237;
     /** Property constant */
-    int PR_WHITE_SPACE_COLLAPSE = 238;
+    int PR_WHITE_SPACE = 238;
     /** Property constant */
-    int PR_WHITE_SPACE_TREATMENT = 239;
+    int PR_WHITE_SPACE_COLLAPSE = 239;
     /** Property constant */
-    int PR_WIDOWS = 240;
+    int PR_WHITE_SPACE_TREATMENT = 240;
     /** Property constant */
-    int PR_WIDTH = 241;
+    int PR_WIDOWS = 241;
     /** Property constant */
-    int PR_WORD_SPACING = 242;
+    int PR_WIDTH = 242;
     /** Property constant */
-    int PR_WRAP_OPTION = 243;
+    int PR_WORD_SPACING = 243;
     /** Property constant */
-    int PR_WRITING_MODE = 244;
+    int PR_WRAP_OPTION = 244;
     /** Property constant */
-    int PR_XML_LANG = 245;
+    int PR_WRITING_MODE = 245;
     /** Property constant */
-    int PR_Z_INDEX = 246;
+    int PR_XML_LANG = 246;
     /** Property constant */
-    int PR_INTRUSION_DISPLACE = 247;
+    int PR_Z_INDEX = 247;
+    /** Property constant */
+    int PR_INTRUSION_DISPLACE = 248;
     /** Property constant - XSL 1.1 */
-    int PR_INDEX_CLASS = 248;
+    int PR_INDEX_CLASS = 249;
     /** Property constant - XSL 1.1 */
-    int PR_INDEX_KEY = 249;
+    int PR_INDEX_KEY = 250;
     /** Property constant - Custom extension */
-    int PR_X_BLOCK_PROGRESSION_UNIT = 250;
+    int PR_X_BLOCK_PROGRESSION_UNIT = 251;
     /** Number of property constants defined */
-    int PROPERTY_COUNT = 250;
+    int PROPERTY_COUNT = 251;
 
     // compound property constants
 
@@ -1069,6 +1071,10 @@
     int EN_800 = 175;
     /** Enumeration constant */
     int EN_900 = 176;
+    /** Enumeration constant -- page-break-shorthand */
+    int EN_AVOID = 177;
+    /** Enumeration constant -- white-space shorthand */
+    int EN_PRE = 178;
     /** Number of enumeration constants defined */
-    int ENUM_COUNT = 176;
+    int ENUM_COUNT = 178;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org