public class MapBackedCommentsTable 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 |
|---|
MapBackedCommentsTable() |
MapBackedCommentsTable(boolean fullFormat) |
MapBackedCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg) |
MapBackedCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean fullFormat) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<Integer> |
authorsKeyIterator() |
void |
close() |
protected Iterator<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 MapBackedCommentsTable()
public MapBackedCommentsTable(boolean fullFormat)
fullFormat - whether to use the full format for the comment textpublic MapBackedCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg)
throws IOException
pkg - the package to loadIOException - if an error occurs while reading the packagepublic MapBackedCommentsTable(org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean fullFormat)
throws IOException
pkg - the package to loadfullFormat - whether to use the full format for the comment textIOException - if an error occurs while reading the packageprotected org.slf4j.Logger getLogger()
getLogger in class CommentsTableBaseprotected Iterator<Integer> authorsKeyIterator()
authorsKeyIterator in class CommentsTableBaseprotected Iterator<String> commentsKeyIterator()
commentsKeyIterator in class CommentsTableBasepublic void close()