Changes between Initial Version and Version 1 of RTF_IMPORT_R0


Ignore:
Timestamp:
10/21/09 16:35:03 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RTF_IMPORT_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6== Overview == 
     7Improve RTF import so it supports text with style   
     8== Task requirements == 
     9 * Preserve the following things when importing RTF 
     10  * Font (if present, else a default font 
     11  * Font style 
     12   * size 
     13   * foreground color 
     14   * background color 
     15 * Do not import other content (other than text) 
     16 * Optional - preserve paragraph options if possible 
     17== Task result == 
     18Code. 
     19 
     20== Implementation idea == 
     21^(Provide some rough implementation idea(s).)^ 
     22 
     23== Related == 
     24^(Add links to related tasks that could be useful or helpful.)^ 
     25 
     26== How to demo == 
     27Create an empty book and insert a rtf with text styling. 
     28 
     29= Design = 
     30^(Describe your design here.)^ 
     31 
     32= Implementation = 
     33^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     34 
     35= Testing = 
     36^(Place the testing results here.)^ 
     37 
     38= Comments = 
     39^(Write comments for this or later revisions here.)