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 thecommentrecord component.AbstractCommentProcessor.getCurrentCommentWrapper()Retrieves the current comment wrapper associated with the processor.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 TypeMethodDescriptionvoidAbstractCommentProcessor.setCurrentCommentWrapper(Comment currentComment) voidCommentProcessor.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 TypeMethodDescriptionvoidComment.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 aProcessorContextrecord 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 thecommentrecord component.Constructors in pro.verron.officestamper.preset with parameters of type Comment