aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen/foproperties.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-11-25 17:05:49 +0000
committerfotis <fotis@unknown>2000-11-25 17:05:49 +0000
commitfae2cca323afc3f7b10f98a59e5f3c582a717f98 (patch)
tree15c4e80a01b21b95237ca2a53d5a291d0c628b19 /src/codegen/foproperties.xml
parent55ab506636263d13c24ec034e1a405968e4d44ba (diff)
downloadxmlgraphics-fop-fae2cca323afc3f7b10f98a59e5f3c582a717f98.tar.gz
xmlgraphics-fop-fae2cca323afc3f7b10f98a59e5f3c582a717f98.zip
adds support for properties leader-align, leader-pattern-width, leader-length.minimum, leader-length.maximum and leader-pattern (values: dots, space)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen/foproperties.xml')
-rw-r--r--src/codegen/foproperties.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml
index b938ca924..59e1d4358 100644
--- a/src/codegen/foproperties.xml
+++ b/src/codegen/foproperties.xml
@@ -753,9 +753,34 @@
<datatype>Length</datatype>
</subproperty>
</compound>
+<!-- <percent-ok base="CONTAINING-BOX"></percent-ok>
+ <datatype-conversion type="Length" varname="lenval">
+ new LengthRange(lenval)</datatype-conversion> -->
</property>
<property>
+ <name>leader-pattern-width</name>
+ <class-name>LeaderPatternWidth</class-name>
+ <inherited>true</inherited>
+ <datatype>Length</datatype>
+ <default contextdep="true">use-font-metrics</default>
+ <keyword-equiv match="use-font-metrics" eval="true">0pt</keyword-equiv>
+ <percent-ok base="CONTAINING-BOX"/>
+ </property>
+
+ <property>
+ <name>leader-alignment</name>
+ <inherited>true</inherited>
+ <datatype>Enum</datatype>
+ <enumeration>
+ <value const="NONE">none</value>
+ <value const="REFERENCE_AREA">reference-area</value>
+ <value const="PAGE">page</value>
+ </enumeration>
+ <default>none</default>
+ </property>
+
+ <property>
<name>scaling</name>
<inherited>true</inherited>
<datatype>Enum</datatype>