@Internal public class NotesTables extends java.lang.Object
| Constructor | Description |
|---|---|
NotesTables(NoteType noteType) |
|
NotesTables(NoteType noteType,
byte[] tableStream,
FileInformationBlock fib) |
| Modifier and Type | Method | Description |
|---|---|---|
GenericPropertyNode |
getDescriptor(int index) |
|
int |
getDescriptorsCount() |
|
GenericPropertyNode |
getTextPosition(int index) |
|
void |
writeRef(FileInformationBlock fib,
HWPFOutputStream tableStream) |
|
void |
writeTxt(FileInformationBlock fib,
HWPFOutputStream tableStream) |
public NotesTables(NoteType noteType)
public NotesTables(NoteType noteType, byte[] tableStream, FileInformationBlock fib)
public GenericPropertyNode getDescriptor(int index)
public int getDescriptorsCount()
public GenericPropertyNode getTextPosition(int index)
public void writeRef(FileInformationBlock fib, HWPFOutputStream tableStream) throws java.io.IOException
java.io.IOExceptionpublic void writeTxt(FileInformationBlock fib, HWPFOutputStream tableStream) throws java.io.IOException
java.io.IOExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.