Uses of Interface
pro.verron.officestamper.api.Comment
Packages that use Comment
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of Comment in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return CommentModifier and TypeMethodDescriptionprotected CommentCommentProcessor.comment()Returns the comment associated with this processor.ProcessorContext.comment()Returns the comment associated with the current processing context.Methods in pro.verron.officestamper.api with parameters of type CommentModifier and TypeMethodDescriptionvoidTable.Row.removeComment(Comment comment) Removes a comment from this row.Constructors in pro.verron.officestamper.api with parameters of type CommentModifierConstructorDescriptionProcessorContext(DocxPart part, Paragraph paragraph, Comment comment, String expression, ContextTree contextTree) Constructs a ProcessorContext. -
Uses of Comment in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement CommentMethods in pro.verron.officestamper.core that return CommentModifier and TypeMethodDescriptionTag.asComment()Converts the current tag entity into a Comment representation.static CommentCommentUtil.comment(DocxPart docxPart, org.docx4j.wml.CommentRangeStart crs, org.docx4j.openpackaging.packages.WordprocessingMLPackage document, org.docx4j.wml.ContentAccessor contentAccessor) Creates aCommentobject.Methods in pro.verron.officestamper.core with parameters of type CommentModifier and TypeMethodDescriptionstatic voidCommentUtil.deleteComment(Comment comment) Returns the string value of the specified comment object.voidStandardRow.removeComment(Comment comment)