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 RtfDataCache
RtfDocument.data
Stores 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 TypeClassDescriptionclass
The RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.class
The RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.class
The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.