Uses of Interface
com.lowagie.text.rtf.document.output.RtfDataCache
-
Packages that use RtfDataCache Package Description com.lowagie.text.rtf.document com.lowagie.text.rtf.document.output -
-
Uses of RtfDataCache in com.lowagie.text.rtf.document
Fields in com.lowagie.text.rtf.document declared as RtfDataCache Modifier and Type Field Description private 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 RtfDataCache Modifier and Type Class Description class
RtfDiskCache
The RtfFileCache is a RtfDataCache that uses a temporary file to store the rtf document data.class
RtfEfficientMemoryCache
The RtfEfficientMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.class
RtfMemoryCache
The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document data in memory.
-