Class CommentWrapper

java.lang.Object
org.wickedsource.docxstamper.util.CommentWrapper

public class CommentWrapper extends Object
  • Constructor Details

    • CommentWrapper

      public CommentWrapper()
  • Method Details

    • 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()
    • getParent

      public org.docx4j.wml.ContentAccessor getParent()
    • getRepeatElements

      public List<Object> getRepeatElements()
    • getSubTemplate

      public org.docx4j.openpackaging.packages.WordprocessingMLPackage getSubTemplate(org.docx4j.openpackaging.packages.WordprocessingMLPackage document) throws Exception
      Throws:
      Exception
    • tryBuildingSubtemplate

      public org.docx4j.openpackaging.packages.WordprocessingMLPackage tryBuildingSubtemplate(org.docx4j.openpackaging.packages.WordprocessingMLPackage document)