Uses of Interface
com.lowagie.text.rtf.document.output.RtfDataCache
Packages that use RtfDataCache
-
Uses of RtfDataCache in com.lowagie.text.rtf.document
Fields in com.lowagie.text.rtf.document declared as RtfDataCacheModifier and TypeFieldDescriptionprivate RtfDataCacheRtfDocument.dataStores the actual document data -
Uses of RtfDataCache in com.lowagie.text.rtf.document.output
Classes in com.lowagie.text.rtf.document.output that implement RtfDataCacheModifier and TypeClassDescriptionclassThe RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.classThe RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.classThe RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.