diff options
author | Finn Bock <bckfnn@apache.org> | 2004-10-29 11:19:37 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-10-29 11:19:37 +0000 |
commit | 0023af509db52c0d16d068c453f9cd98e20adee8 (patch) | |
tree | c3f3327e2ab0a8e6d01a1c73bce612ec0e133a27 /src/java/org/apache/fop/fo/Constants.java | |
parent | 28c23bbe5296b052905d7f61313d26828f1a9376 (diff) | |
download | xmlgraphics-fop-0023af509db52c0d16d068c453f9cd98e20adee8.tar.gz xmlgraphics-fop-0023af509db52c0d16d068c453f9cd98e20adee8.zip |
More properties implemented.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/Constants.java')
-rw-r--r-- | src/java/org/apache/fop/fo/Constants.java | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/Constants.java b/src/java/org/apache/fop/fo/Constants.java index 926640427..5f8378868 100644 --- a/src/java/org/apache/fop/fo/Constants.java +++ b/src/java/org/apache/fop/fo/Constants.java @@ -540,7 +540,16 @@ public interface Constants { int COLLAPSE_WITH_PRECEDENCE = 149; int SHOW = 150; int HIDE = 151; - int ENUM_COUNT = 151; + int EMBED = 152; + int BIDI_OVERRIDE = 153; + int LTR = 154; + int RTL = 155; + int CHARACTER_BY_CHARACTER = 156; + int SUPPRESS = 157; + int PAGINATE = 158; + int BOUNDED_IN_ONE_DIMENSION = 159; + int UNBOUNDED = 160; + int ENUM_COUNT = 160; // Enumeration Interfaces |