public interface RichText extends Resource
| Modifier and Type | Method and Description | 
|---|---|
Folder | 
getAdditionalDataFolder()
Returns the Folder holding additional data. 
Its internal organization is application dependant.  | 
String[] | 
getAnnotationNames()
Get the content annotation names. 
 | 
String[] | 
getAnnotationValues(String name)
Get the values of a given annotation. 
 | 
getEncoding, getInputStream, getLastModified, getLength, getMimeTypeFolder getAdditionalDataFolder()
String[] getAnnotationNames() throws AmetysRepositoryException
AmetysRepositoryException - if an error occurs.String[] getAnnotationValues(String name) throws AmetysRepositoryException
name - The name of the annotation.AmetysRepositoryException - if an error occurs.