@Internal public class NotesTables extends java.lang.Object
Constructor and Description |
---|
NotesTables(NoteType noteType) |
NotesTables(NoteType noteType,
byte[] tableStream,
FileInformationBlock fib) |
Modifier and Type | Method and 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.IOException
public void writeTxt(FileInformationBlock fib, HWPFOutputStream tableStream) throws java.io.IOException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.