aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/PropertyListBuilder.java
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-06-18 21:06:24 +0000
committerfotis <fotis@unknown>2000-06-18 21:06:24 +0000
commit08f344c994b750f1726d2a95ea998f2867878816 (patch)
tree65914407516cd736b8d71eafe761ce7eed78802f /src/org/apache/fop/fo/PropertyListBuilder.java
parent07f4cedc2894f30041a5fd1f18f23e975ce097a8 (diff)
downloadxmlgraphics-fop-08f344c994b750f1726d2a95ea998f2867878816.tar.gz
xmlgraphics-fop-08f344c994b750f1726d2a95ea998f2867878816.zip
adds support for page-number-citation (limitation: works only for reversed referenced
blocks). Contributed by Mike Crowe. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/PropertyListBuilder.java')
-rw-r--r--src/org/apache/fop/fo/PropertyListBuilder.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/org/apache/fop/fo/PropertyListBuilder.java b/src/org/apache/fop/fo/PropertyListBuilder.java
index 2fac7d7a0..2fbb98d63 100644
--- a/src/org/apache/fop/fo/PropertyListBuilder.java
+++ b/src/org/apache/fop/fo/PropertyListBuilder.java
@@ -163,6 +163,9 @@ public class PropertyListBuilder {
propertyTable.put("top",Top.maker());
propertyTable.put("width",Width.maker());
propertyTable.put("initial-page-number",InitialPageNumber.maker());
+ propertyTable.put("ref-id",RefId.maker()); // used by page-number-citation
+ propertyTable.put("id",Id.maker()); // attribute for objects, used by page-number-citation
+
}
public Property computeProperty(PropertyList propertyList, String propertyName) {