Changes between Version 6 and Version 7 of RTF_IMPORT_R0
- Timestamp:
- 10/26/09 18:39:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTF_IMPORT_R0
v6 v7 32 32 33 33 = Design = 34 ^(Describe your design here.)^ 34 In ApplyRtfStylesUtility class add ImmMap<String, HotAttr<?>> rtfMap in order to hodld all the rtf tags and the corresponding CommonAttributes to them. 35 Add some new tags in order to have a better importing of the rtf documents(space below,space above). 36 Fix the logic of the applyStyles function to work with the ImmHotText(the previous text was mutable - now it is immutable). 37 38 The new test can be found here: [7828] 35 39 36 40 = Implementation =