org.apache.poi.hpbf.model
Class QuillContents

java.lang.Object
  extended by org.apache.poi.hpbf.model.HPBFPart
      extended by org.apache.poi.hpbf.model.QuillContents

public final class QuillContents
extends HPBFPart

Quill -> QuillSub -> CONTENTS


Constructor Summary
QuillContents(org.apache.poi.poifs.filesystem.DirectoryNode baseDir)
           
 
Method Summary
 QCBit[] getBits()
           
 
Methods inherited from class org.apache.poi.hpbf.model.HPBFPart
getData, getPath, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuillContents

public QuillContents(org.apache.poi.poifs.filesystem.DirectoryNode baseDir)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getBits

public QCBit[] getBits()