Changes between Version 3 and Version 4 of RTF_IMPORT_R0
- Timestamp:
- 10/22/09 18:29:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTF_IMPORT_R0
v3 v4 12 12 * size 13 13 * foreground color 14 * background color15 14 * Do not import other content (other than text) 16 15 * Optional - preserve paragraph options if possible … … 20 19 == Implementation idea == 21 20 Use the attached rtf-s to ensure the style is preserved. 22 21 Use javax.swing.text.rtf.RTFEditorKit class in order to read the document and to "translate" the rtf document to styled document. 22 Not 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. 23 23 == Related == 24 24 ^(Add links to related tasks that could be useful or helpful.)^