com.lowagie.text.rtf.parser.destinations

Interface RtfDestinationListener

public interface RtfDestinationListener extends EventListener

RtfDestinationListener interface for handling events.

Since: 2.0.8

Author: Howard Shank (hgshank@yahoo.com)

Method Summary
intafterCharacter(int ch)
RtfCtrlWordDataafterCtrlWord(RtfCtrlWordData ctrlWordData)
intbeforeCharacter(int ch)
RtfCtrlWordDatabeforeCtrlWord(RtfCtrlWordData ctrlWordData)
intonCharacter(int ch)
booleanonCloseGroup()
RtfCtrlWordDataonCtrlWord(RtfCtrlWordData ctrlWordData)
booleanonOpenGroup()

Method Detail

afterCharacter

public int afterCharacter(int ch)

afterCtrlWord

public RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData)

beforeCharacter

public int beforeCharacter(int ch)

beforeCtrlWord

public RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData)

onCharacter

public int onCharacter(int ch)

onCloseGroup

public boolean onCloseGroup()

Returns: true if all went well

onCtrlWord

public RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData)

onOpenGroup

public boolean onOpenGroup()

Returns: true if all went well