Package org.apache.poi.hwpf.model
Class NotesTables
java.lang.Object
org.apache.poi.hwpf.model.NotesTables
Holds information about document notes (footnotes or ending notes)
- Author:
- Sergey Vladimirov (vlsergey {at} gmail {doc} com)
-
Constructor Summary
ConstructorsConstructorDescriptionNotesTables
(NoteType noteType) NotesTables
(NoteType noteType, byte[] tableStream, FileInformationBlock fib) -
Method Summary
Modifier and TypeMethodDescriptiongetDescriptor
(int index) int
getTextPosition
(int index) void
writeRef
(FileInformationBlock fib, ByteArrayOutputStream tableStream) void
writeTxt
(FileInformationBlock fib, ByteArrayOutputStream tableStream)
-
Constructor Details
-
NotesTables
-
NotesTables
-
-
Method Details
-
getDescriptor
-
getDescriptorsCount
public int getDescriptorsCount() -
getTextPosition
-
writeRef
public void writeRef(FileInformationBlock fib, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-
writeTxt
public void writeTxt(FileInformationBlock fib, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-