]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Extra constants needed for the font shorthand
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 12 Feb 2006 19:39:29 +0000 (19:39 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 12 Feb 2006 19:39:29 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377223 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/Constants.java

index db12b5cb877bda86596c2ef680f95383b0e969e5..737d54854262909ca257d9aa7c21392d4963191e 100644 (file)
@@ -1068,6 +1068,18 @@ public interface Constants {
     int EN_AVOID = 177;
     /** Enumeration constant -- white-space shorthand */
     int EN_PRE = 178;
+    /** Enumeration constant -- font shorthand */
+    int EN_CAPTION = 179;
+    /** Enumeration constant -- font shorthand */
+    int EN_ICON = 180;
+    /** Enumeration constant -- font shorthand */
+    int EN_MENU = 181;
+    /** Enumeration constant -- font shorthand */
+    int EN_MESSAGE_BOX = 182;
+    /** Enumeration constant -- font shorthand */
+    int EN_SMALL_CAPTION = 183;
+    /** Enumeration constant -- font shorthand */
+    int EN_STATUS_BAR = 184;
     /** Number of enumeration constants defined */
-    int ENUM_COUNT = 178;
+    int ENUM_COUNT = 184;
 }