diff options
author | arved <arved@unknown> | 2001-07-08 20:58:27 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2001-07-08 20:58:27 +0000 |
commit | c644e769fe3dc4cbc0f237cb91068f9184d96bfa (patch) | |
tree | 0ccf0b83aa1de48d8ee0af0f8cefd546cf272cf1 /src/codegen | |
parent | a78935e479cfcbc445e4d9c2bb4e85fea4574c06 (diff) | |
download | xmlgraphics-fop-c644e769fe3dc4cbc0f237cb91068f9184d96bfa.tar.gz xmlgraphics-fop-c644e769fe3dc4cbc0f237cb91068f9184d96bfa.zip |
Support 'format' property on fo:page-sequence
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r-- | src/codegen/foproperties.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index ba1ea9a43..3b76e88ed 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -1363,6 +1363,50 @@ </enumeration> <default>before</default> </property> + <property> + <name>format</name> + <inherited>false</inherited> + <datatype>String</datatype> + <default>1</default> + </property> + <property> + <name>grouping-separator</name> + <inherited>false</inherited> + <datatype>Character</datatype> + <default>none</default> + </property> + <property> + <name>grouping-size</name> + <inherited>false</inherited> + <datatype>Number</datatype> + <!-- 0 means no grouping --> + <default>0</default> + </property> + <property> + <name>letter-value</name> + <inherited>false</inherited> + <datatype>Enum</datatype> + <enumeration> + <value const="ALPHABETIC">alphabetic</value> + <value const="TRADITIONAL">traditional</value> + <value const="AUTO">auto</value> + </enumeration> + <default>auto</default> + </property> + <property> + <name>force-page-count</name> + <inherited>false</inherited> + <datatype>Enum</datatype> + <enumeration> + <value const="EVEN">even</value> + <value const="ODD">odd</value> + <value const="END_ON_EVEN">end-on-even</value> + <value const="END_ON_ODD">end-on-odd</value> + <value const="NO_FORCE">no-force</value> + <value const="AUTO">auto</value> + </enumeration> + <default>auto</default> + </property> </generic-property-list> </property-list> |