HDFParsingListenerpublic interface HDFParsingListener
Methods Summary |
---|
public void | characterRun(org.apache.poi.hdf.model.hdftypes.CharacterProperties chp, java.lang.String text, int start, int end)
| public void | document(org.apache.poi.hdf.model.hdftypes.DocumentProperties dop)
| public void | footer(int sectionIndex, int type)
| public void | header(int sectionIndex, int type)
| public void | listEntry(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 void | paragraph(org.apache.poi.hdf.model.hdftypes.ParagraphProperties pap, int start, int end)
| public void | paragraphInTableRow(org.apache.poi.hdf.model.hdftypes.ParagraphProperties pap, int start, int end)
| public void | section(org.apache.poi.hdf.model.hdftypes.SectionProperties sep, int start, int end)
| public void | tableRowEnd(org.apache.poi.hdf.model.hdftypes.TableProperties tap, int start, int end)
|
|