Class PAPBinTable

java.lang.Object
org.apache.poi.hwpf.model.PAPBinTable
Direct Known Subclasses:
OldPAPBinTable

@Internal public class PAPBinTable extends Object
This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory.
Author:
Ryan Ackley
  • Field Details

  • Constructor Details

    • PAPBinTable

      public PAPBinTable()
    • PAPBinTable

      public PAPBinTable(byte[] documentStream, byte[] tableStream, byte[] dataStream, int offset, int size, CharIndexTranslator charIndexTranslator)
  • Method Details