ru.novosoft.dc.rtf.dom
Interface RTFFilter


public interface RTFFilter

A filter of an rtf document must implement this interface.


Method Summary
 RTFDocument filter(RTFDocument document, NSDCContext context, CommonLogger logger)
          An rtf filter can modify an RTF document and return the modified one or null if further processing of document should be cancelled.
 

Method Detail

filter

public RTFDocument filter(RTFDocument document,
                          NSDCContext context,
                          CommonLogger logger)
An rtf filter can modify an RTF document and return the modified one or null if further processing of document should be cancelled.