Interface IRtfPropertyListener
- Namespace
- iTextSharp.text.rtf.parser.properties
- Assembly
- iTextSharp.LGPLv2.Core.dll
RtfPropertyListener interface for handling events. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8
public interface IRtfPropertyListener : IEventListener
Methods
AfterPropertyChange(string)
void AfterPropertyChange(string propertyName)
Parameters
propertyName
string
BeforePropertyChange(string)
void BeforePropertyChange(string propertyName)
Parameters
propertyName
string