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 class
RtfDestinationDocument
RtfDestinationDocument
handles data destined for the document destination -
Uses of RtfPropertyListener in com.lowagie.text.rtf.parser.properties
Fields in com.lowagie.text.rtf.parser.properties with type parameters of type RtfPropertyListener Modifier and Type Field Description private java.util.List<RtfPropertyListener>
RtfProperty. listeners
TheRtfPropertyListener
.Methods in com.lowagie.text.rtf.parser.properties with parameters of type RtfPropertyListener Modifier and Type Method Description void
RtfProperty. addRtfPropertyListener(RtfPropertyListener listener)
Adds aRtfPropertyListener
to theRtfProperty
.void
RtfProperty. removeRtfPropertyListener(RtfPropertyListener listener)
Removes aRtfPropertyListener
from theRtfProperty
.
-