Uses of Interface
pro.verron.officestamper.api.Comment
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of Comment in pro.verron.officestamper.api
Modifier and TypeMethodDescriptionProcessorContext.comment()
Returns the value of thecomment
record component.AbstractCommentProcessor.getCurrentCommentWrapper()
Modifier and TypeMethodDescriptionvoid
AbstractCommentProcessor.setCurrentCommentWrapper
(Comment currentComment) void
CommentProcessor.setCurrentCommentWrapper
(Comment comment) Passes the comment range wrapper that is currently being processed (i.e., the start and end of comment that in the .docx template).Modifier and TypeMethodDescriptionvoid
Comment.setChildren
(Set<Comment> comments) Sets the children of the comment.ModifierConstructorDescriptionProcessorContext
(Paragraph paragraph, org.docx4j.wml.R run, Comment comment, Placeholder placeholder) Creates an instance of aProcessorContext
record class. -
Uses of Comment in pro.verron.officestamper.preset
Modifier and TypeMethodDescriptionParagraphs.comment()
Returns the value of thecomment
record component.