Uses of Interface
com.lowagie.text.rtf.document.output.RtfDataCache
-
Packages that use RtfDataCache Package Description com.lowagie.text.rtf.document.output -
-
Uses of RtfDataCache in com.lowagie.text.rtf.document.output
Classes in com.lowagie.text.rtf.document.output that implement RtfDataCache Modifier and Type Class Description classRtfDiskCacheThe RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.classRtfEfficientMemoryCacheThe RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.classRtfMemoryCacheThe RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.
-