Package org.apache.poi.hwpf.model
Class NotesTables
- java.lang.Object
-
- org.apache.poi.hwpf.model.NotesTables
-
@Internal public class NotesTables extends java.lang.Object
Holds information about document notes (footnotes or ending notes)
-
-
Constructor Summary
Constructors Constructor Description NotesTables(NoteType noteType)NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericPropertyNodegetDescriptor(int index)intgetDescriptorsCount()GenericPropertyNodegetTextPosition(int index)voidwriteRef(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream)voidwriteTxt(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream)
-
-
-
Constructor Detail
-
NotesTables
public NotesTables(NoteType noteType)
-
NotesTables
public NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)
-
-
Method Detail
-
getDescriptor
public GenericPropertyNode getDescriptor(int index)
-
getDescriptorsCount
public int getDescriptorsCount()
-
getTextPosition
public GenericPropertyNode getTextPosition(int index)
-
writeRef
public void writeRef(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
- Throws:
java.io.IOException
-
writeTxt
public void writeTxt(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-