Uses of Class
com.sodius.mdw.core.model.RichText

Packages that use RichText
com.sodius.mdw.core.model Contains the model framework to manage model, metamodel and related model elements. 
 

Uses of RichText in com.sodius.mdw.core.model
 

Methods in com.sodius.mdw.core.model that return RichText
 RichText RichText.convert(RichTextType type)
          Converts the wrapped text into the specified format.
 RichText RichText.convert(RichTextType type, Map<String,?> options)
          Converts the wrapped text into the specified format.
 RichText RichText.simplify()
          Returns the most lightweight type of rich text that can represents the underlying value.
static RichText RichText.valueOf(String text)
          Creates a new RichText instance wrapping the specified text.
static RichText RichText.valueOf(String text, RichTextType type)
          Creates a new RichText instance wrapping the specified text, whose underlying format is known by the caller.