Class CommentWrapper
- java.lang.Object
-
- org.wickedsource.docxstamper.util.CommentWrapper
-
public class CommentWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentWrapper()
-
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()org.docx4j.wml.R.CommentReferencegetCommentReference()
-
-
-
Method Detail
-
getComment
public org.docx4j.wml.Comments.Comment getComment()
-
getCommentRangeStart
public org.docx4j.wml.CommentRangeStart getCommentRangeStart()
-
getCommentRangeEnd
public org.docx4j.wml.CommentRangeEnd getCommentRangeEnd()
-
getCommentReference
public org.docx4j.wml.R.CommentReference getCommentReference()
-
getChildren
public Set<CommentWrapper> getChildren()
-
-