Changes between Version 3 and Version 4 of RTF_IMPORT_R0


Ignore:
Timestamp:
10/22/09 18:29:29 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RTF_IMPORT_R0

    v3 v4  
    1212   * size 
    1313   * foreground color 
    14    * background color 
    1514 * Do not import other content (other than text) 
    1615 * Optional - preserve paragraph options if possible 
     
    2019== Implementation idea == 
    2120Use the attached rtf-s to ensure the style is preserved. 
    22  
     21Use javax.swing.text.rtf.RTFEditorKit class in order to read the document and to "translate" the rtf document to styled document. 
     22Not all of the styles saved in rtf are translated in the document and that's why the background color and the strike-through won't be preserved. 
    2323== Related == 
    2424^(Add links to related tasks that could be useful or helpful.)^