aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen/extproperties.xml
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-02-06 07:34:48 +0000
committerKelly Campbell <kellyc@apache.org>2001-02-06 07:34:48 +0000
commit4e96b8b7a7647e183a5a916a1c42deddbd91c6af (patch)
tree0cdbe16d0b2ebe56d997d912d8672a7cbf2477b6 /src/codegen/extproperties.xml
parent1a3636171f599e31d9964fbcf6e32cfc3e6fbbf3 (diff)
downloadxmlgraphics-fop-4e96b8b7a7647e183a5a916a1c42deddbd91c6af.tar.gz
xmlgraphics-fop-4e96b8b7a7647e183a5a916a1c42deddbd91c6af.zip
Added support for PDF outlines (aka bookmarks). See the example in
docs/examples/fo/pdfoutline.fo for an example. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen/extproperties.xml')
-rw-r--r--src/codegen/extproperties.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/codegen/extproperties.xml b/src/codegen/extproperties.xml
new file mode 100644
index 000000000..b72277392
--- /dev/null
+++ b/src/codegen/extproperties.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" ?>
+<property-list family="Extension">
+ <generic-property-list>
+ <property>
+ <name>external-destination</name>
+ <inherited>false</inherited>
+ <datatype>String</datatype>
+ <default></default>
+ </property>
+ <property>
+ <name>internal-destination</name>
+ <inherited>false</inherited>
+ <datatype>String</datatype>
+ <default></default>
+ </property>
+
+ </generic-property-list>
+</property-list> \ No newline at end of file