pt.tumba.parser
Interface DocFilter

All Known Implementing Classes:
BIB2HTML, DOC2HTML, DVI2HTML, PDF2HTML, PPT2HTML, PS2HTML, RTF2HTML, RTF2HTML, SWF2HTML, TEX2HTML, TXT2HTML, XLS2HTML

public interface DocFilter

Generic interface for all document filters, converting a source format into HTML

Author:
Bruno Martins

Method Summary
 int originalSize()
          Return the original size of the document, before the filtering process.
 

Method Detail

originalSize

int originalSize()
Return the original size of the document, before the filtering process.

Returns:
The original size of the document, before the filtering process.