org.apache.poi.hdf.event
Interface HDFLowLevelParsingListener
- All Known Implementing Classes:
- EventBridge, HDFObjectModel
public interface HDFLowLevelParsingListener
mainDocument
void mainDocument(byte[] mainDocument)
tableStream
void tableStream(byte[] tableStream)
document
void document(DocumentProperties dop)
bodySection
void bodySection(SepxNode sepx)
paragraph
void paragraph(PapxNode papx)
characterRun
void characterRun(ChpxNode chpx)
hdrSection
void hdrSection(SepxNode sepx)
endSections
void endSections()
text
void text(TextPiece t)
fonts
void fonts(FontTable fontTbl)
lists
void lists(ListTables listTbl)
styleSheet
void styleSheet(StyleSheet stsh)
miscellaneous
void miscellaneous(int fcMin,
int ccpText,
int ccpFtn,
int fcPlcfhdd,
int lcbPlcfhdd)