|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.model.RevisionMarkAuthorTable
@Internal public final class RevisionMarkAuthorTable
String table containing the names of authors of revision marks, e-mails and comments in this document.
Constructor Summary | |
---|---|
RevisionMarkAuthorTable(byte[] tableStream,
int offset,
int size)
Constructor to read the table from the table stream. |
Method Summary | |
---|---|
java.lang.String |
getAuthor(int index)
Get an author by its index. |
java.util.List<java.lang.String> |
getEntries()
Gets the entries. |
int |
getSize()
Gets the number of entries. |
void |
writeTo(HWPFOutputStream tableStream)
Writes this table to the table stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionMarkAuthorTable(byte[] tableStream, int offset, int size) throws java.io.IOException
tableStream
- the table stream.offset
- the offset into the byte array.size
- the size of the table in the byte array.
java.io.IOException
Method Detail |
---|
public java.util.List<java.lang.String> getEntries()
public java.lang.String getAuthor(int index)
public int getSize()
public void writeTo(HWPFOutputStream tableStream) throws java.io.IOException
tableStream
- the table stream to write to.
java.io.IOException
- if an error occurs while writing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |