Uses of Interface
pro.verron.officestamper.api.Comment
Packages that use Comment
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of Comment in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CommentModifier and TypeMethodDescriptionProcessorContext.comment()
Returns the value of thecomment
record component.AbstractCommentProcessor.getCurrentCommentWrapper()
Methods in pro.verron.officestamper.api that return types with arguments of type CommentMethods in pro.verron.officestamper.api with parameters of type CommentModifier and TypeMethodDescriptionvoid
AbstractCommentProcessor.setCurrentCommentWrapper
(Comment currentComment) void
CommentProcessor.setCurrentCommentWrapper
(Comment comment) Sets the current comment being processed in the comment processor.Method parameters in pro.verron.officestamper.api with type arguments of type CommentModifier and TypeMethodDescriptionvoid
Comment.setChildren
(Set<Comment> comments) Sets the children of the comment.Constructors in pro.verron.officestamper.api with parameters of type CommentModifierConstructorDescriptionProcessorContext
(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
Methods in pro.verron.officestamper.preset that return CommentModifier and TypeMethodDescriptionParagraphs.comment()
Returns the value of thecomment
record component.Constructors in pro.verron.officestamper.preset with parameters of type Comment