FileDocCategorySizeDatePackage
HDFParsingListener.javaAPI DocApache Poi 3.0.11969Mon Jan 01 18:55:24 GMT 2007org.apache.poi.hdf.event

HDFParsingListener

public interface HDFParsingListener

Fields Summary
Constructors Summary
Methods Summary
public voidcharacterRun(org.apache.poi.hdf.model.hdftypes.CharacterProperties chp, java.lang.String text, int start, int end)

public voiddocument(org.apache.poi.hdf.model.hdftypes.DocumentProperties dop)

public voidfooter(int sectionIndex, int type)

public voidheader(int sectionIndex, int type)

public voidlistEntry(java.lang.String bulletText, org.apache.poi.hdf.model.hdftypes.CharacterProperties bulletProperties, org.apache.poi.hdf.model.hdftypes.ParagraphProperties pap, int start, int end)

public voidparagraph(org.apache.poi.hdf.model.hdftypes.ParagraphProperties pap, int start, int end)

public voidparagraphInTableRow(org.apache.poi.hdf.model.hdftypes.ParagraphProperties pap, int start, int end)

public voidsection(org.apache.poi.hdf.model.hdftypes.SectionProperties sep, int start, int end)

public voidtableRowEnd(org.apache.poi.hdf.model.hdftypes.TableProperties tap, int start, int end)