org.apache.poi.hdf.event
Interface HDFLowLevelParsingListener

All Known Implementing Classes:
EventBridge, HDFObjectModel

public interface HDFLowLevelParsingListener


Method Summary
 void bodySection(SepxNode sepx)
           
 void characterRun(ChpxNode chpx)
           
 void document(DocumentProperties dop)
           
 void endSections()
           
 void fonts(FontTable fontTbl)
           
 void hdrSection(SepxNode sepx)
           
 void lists(ListTables listTbl)
           
 void mainDocument(byte[] mainDocument)
           
 void miscellaneous(int fcMin, int ccpText, int ccpFtn, int fcPlcfhdd, int lcbPlcfhdd)
           
 void paragraph(PapxNode papx)
           
 void styleSheet(StyleSheet stsh)
           
 void tableStream(byte[] tableStream)
           
 void text(TextPiece t)
           
 

Method Detail

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)