Uses of Interface
com.lowagie.text.rtf.parser.properties.RtfPropertyListener
-
Packages that use RtfPropertyListener Package Description com.lowagie.text.rtf.parser.destinations com.lowagie.text.rtf.parser.properties -
-
Uses of RtfPropertyListener in com.lowagie.text.rtf.parser.destinations
Classes in com.lowagie.text.rtf.parser.destinations that implement RtfPropertyListener Modifier and Type Class Description classRtfDestinationDocumentRtfDestinationDocumenthandles data destined for the document destination -
Uses of RtfPropertyListener in com.lowagie.text.rtf.parser.properties
Methods in com.lowagie.text.rtf.parser.properties with parameters of type RtfPropertyListener Modifier and Type Method Description voidRtfProperty. addRtfPropertyListener(RtfPropertyListener listener)Adds aRtfPropertyListenerto theRtfProperty.voidRtfProperty. removeRtfPropertyListener(RtfPropertyListener listener)Removes aRtfPropertyListenerfrom theRtfProperty.
-