joniles / rtfparserkit

Primary repository for RTF Parser Kit library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current position required in RtfListenerAdaptor.java

opened this issue · comments

Is it possible to pass current offset and length of rtf area which fired by events like

@OverRide
public void processString(int rtfOffset, int rtfLength, String string)
{
}

I think it should be like this in all methods of RtfListenerAdaptor.

Is it possible?