public class TempFileCommentsTable extends CommentsTableBase
The comments table contains all the necessary information for displaying the string: the text, formatting properties, and phonetic properties (for East Asian languages).
authors, comments, fullFormat, ignoreDrawing, sheet| Constructor and Description |
|---|
TempFileCommentsTable() |
TempFileCommentsTable(boolean encryptTempFiles) |
TempFileCommentsTable(boolean encryptTempFiles,
boolean fullFormat) |
TempFileCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean encryptTempFiles) |
TempFileCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean encryptTempFiles,
boolean fullFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Iterator<java.lang.Integer> |
authorsKeyIterator() |
void |
close() |
protected java.util.Iterator<java.lang.String> |
commentsKeyIterator() |
protected org.slf4j.Logger |
getLogger() |
commentUpdated, commit, createNewComment, findAuthor, findCellComment, getAuthor, getCellAddresses, getNumberOfAuthors, getNumberOfComments, isIgnoreDrawing, readFrom, referenceUpdated, removeComment, setIgnoreDrawing, setSheet, writeTo_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, toStringpublic TempFileCommentsTable()
throws java.io.IOException
java.io.IOExceptionpublic TempFileCommentsTable(boolean encryptTempFiles)
throws java.io.IOException
java.io.IOExceptionpublic TempFileCommentsTable(boolean encryptTempFiles,
boolean fullFormat)
throws java.io.IOException
java.io.IOExceptionpublic TempFileCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean encryptTempFiles)
throws java.io.IOException
java.io.IOExceptionpublic TempFileCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean encryptTempFiles,
boolean fullFormat)
throws java.io.IOException
java.io.IOExceptionprotected org.slf4j.Logger getLogger()
getLogger in class CommentsTableBaseprotected java.util.Iterator<java.lang.Integer> authorsKeyIterator()
authorsKeyIterator in class CommentsTableBaseprotected java.util.Iterator<java.lang.String> commentsKeyIterator()
commentsKeyIterator in class CommentsTableBasepublic void close()