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 GenericPropertyNode
getDescriptor(int index)
int
getDescriptorsCount()
GenericPropertyNode
getTextPosition(int index)
void
writeRef(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream)
void
writeTxt(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
-
-