pbwest 2002/10/30 18:50:13
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
FOPropSets.java
Log:
Added USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK.
Revision Changes Path
No revision
No revision
1.1.2.2 +7 -3 xml-fop/src/org/apache/fop/fo/Attic/FOPropSets.java
Index: FOPropSets.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FOPropSets.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- FOPropSets.java 31 Oct 2002 02:24:02 -0000 1.1.2.1
+++ FOPropSets.java 31 Oct 2002 02:50:13 -0000 1.1.2.2
@@ -137,6 +137,7 @@
block.set(PropNames.TEXT_ALIGN_LAST);
block.set(PropNames.TEXT_INDENT);
block.set(PropNames.VISIBILITY);
+ block.set(PropNames.USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK);
block.set(PropNames.WHITE_SPACE_COLLAPSE);
block.set(PropNames.WIDOWS);
block.set(PropNames.WRAP_OPTION);
@@ -314,6 +315,7 @@
inline.set(PropNames.KEEP_WITH_PREVIOUS);
inline.set(PropNames.LINE_HEIGHT);
inline.set(PropNames.TEXT_DECORATION);
+ inline.set(PropNames.USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK);
inline.set(PropNames.VISIBILITY);
inline.set(PropNames.WIDTH);
inline.set(PropNames.WRAP_OPTION);
@@ -532,6 +534,7 @@
page_number.set(PropNames.TEXT_DEPTH);
page_number.set(PropNames.TEXT_SHADOW);
page_number.set(PropNames.TEXT_TRANSFORM);
+ page_number.set(PropNames.USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK);
page_number.set(PropNames.VISIBILITY);
page_number.set(PropNames.WORD_SPACING);
page_number.set(PropNames.WRAP_OPTION);
@@ -563,6 +566,7 @@
page_number_citation.set(PropNames.TEXT_DEPTH);
page_number_citation.set(PropNames.TEXT_SHADOW);
page_number_citation.set(PropNames.TEXT_TRANSFORM);
+ page_number_citation.set(PropNames.USAGE_CONTEXT_OF_SUPPRESS_AT_LINE_BREAK);
page_number_citation.set(PropNames.VISIBILITY);
page_number_citation.set(PropNames.WORD_SPACING);
page_number_citation.set(PropNames.WRAP_OPTION);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]