Class CommentWrapper
- java.lang.Object
-
- org.wickedsource.docxstamper.util.CommentWrapper
-
public class CommentWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentWrapper()CommentWrapper(org.docx4j.wml.Comments.Comment comment, org.docx4j.wml.CommentRangeStart commentRangeStart, org.docx4j.wml.CommentRangeEnd commentRangeEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<CommentWrapper>getChildren()org.docx4j.wml.Comments.CommentgetComment()org.docx4j.wml.CommentRangeEndgetCommentRangeEnd()org.docx4j.wml.CommentRangeStartgetCommentRangeStart()
-
-
-
Method Detail
-
getComment
public org.docx4j.wml.Comments.Comment getComment()
-
getCommentRangeStart
public org.docx4j.wml.CommentRangeStart getCommentRangeStart()
-
getCommentRangeEnd
public org.docx4j.wml.CommentRangeEnd getCommentRangeEnd()
-
getChildren
public Set<CommentWrapper> getChildren()
-
-