Changes between Version 6 and Version 7 of RTF_IMPORT_R0


Ignore:
Timestamp:
10/26/09 18:39:48 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RTF_IMPORT_R0

    v6 v7  
    3232 
    3333= Design = 
    34 ^(Describe your design here.)^ 
     34In ApplyRtfStylesUtility class add ImmMap<String, HotAttr<?>> rtfMap in order to hodld all the rtf tags and the corresponding CommonAttributes to them. 
     35Add some new tags in order to have a better importing of the rtf documents(space below,space above). 
     36Fix the logic of the applyStyles function to work with the ImmHotText(the previous text was mutable - now it is immutable). 
     37 
     38The new test can be found here: [7828] 
    3539 
    3640= Implementation =