Package com.lowagie.text.rtf.document.output

Interface Summary
RtfDataCache The RtfDataCache interface must be implemented by classes wishing to act as caches for the rtf document data.
 

Class Summary
RtfDiskCache The RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.
RtfMemoryCache The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.