org.umber.crucible.content
Interface ITextContent

All Superinterfaces:
IContent, IVisible
All Known Implementing Classes:
TextContent

public interface ITextContent
extends IContent

Content object with text data.

Author:
jsheets

Method Summary
 java.lang.String getText()
           
 
Methods inherited from interface org.umber.crucible.content.IContent
getContentType, getData
 
Methods inherited from interface org.umber.crucible.content.IVisible
isVisible
 

Method Detail

getText

public java.lang.String getText()