org.kuali.student.r2.common.infc
Interface RichText

All Known Implementing Classes:
RichTextInfo

public interface RichText

A small object to hold rich text along with plain formatting that can be more easily searched.

Author:
Kuali Student Team (Kamal)

Method Summary
 String getFormatted()
          Formatted version of the rich text with all the formatting included.
 String getPlain()
          Plain text version of the rich text with all the special formatting stripped out.
 

Method Detail

getPlain

String getPlain()
Plain text version of the rich text with all the special formatting stripped out.


getFormatted

String getFormatted()
Formatted version of the rich text with all the formatting included. TODO: Define what format is to be used? Is it assumed to be HTML? or WORD? or Wiki?



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.