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)
- Author:
- Sergey Vladimirov (vlsergey {at} gmail {doc} com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotesTables
public NotesTables(NoteType noteType)
NotesTables
public NotesTables(NoteType noteType,
byte[] tableStream,
FileInformationBlock fib)
getDescriptor
public GenericPropertyNode getDescriptor(int index)
getDescriptorsCount
public int getDescriptorsCount()
getTextPosition
public GenericPropertyNode getTextPosition(int index)
writeRef
public void writeRef(FileInformationBlock fib,
HWPFOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
writeTxt
public void writeTxt(FileInformationBlock fib,
HWPFOutputStream tableStream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.