com.lowagie.text.rtf.parser.ctrlwords

Interface RtfCtrlWordListener

public interface RtfCtrlWordListener extends EventListener

RtfCtrlWordListener interface for handling events.

Since: 2.0.8

Author: Howard Shank (hgshank@yahoo.com)

Method Summary
RtfCtrlWordDataafterCtrlWord(RtfCtrlWordData ctrlWordData)
RtfCtrlWordDatabeforeCtrlWord(RtfCtrlWordData ctrlWordData)
RtfCtrlWordDataonCtrlWord(RtfCtrlWordData ctrlWordData)

Method Detail

afterCtrlWord

public RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData)

Returns: null or modified copy of the ctrlWordData object

beforeCtrlWord

public RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData)

Returns: null or modified copy of the ctrlWordData object

onCtrlWord

public RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData)

Returns: null or modified copy of the ctrlWordData object