Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
XWPFComment |
XWPFComments.createComment(java.math.BigInteger cid)
Create a new comment and add it to the document.
|
XWPFComment |
XWPFComments.getComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment ctComment)
Get the specified comment by ctComment
|
XWPFComment |
XWPFComments.getComment(int pos)
Get the specified comment by position
|
XWPFComment |
XWPFDocument.getCommentByID(java.lang.String id) |
XWPFComment |
XWPFComments.getCommentByID(java.lang.String id)
Get the specified comment by comment id
|
XWPFComment[] |
XWPFDocument.getComments() |
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFComment> |
XWPFComments.getComments()
Get the list of
XWPFComment in the Comments part. |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.