Uses of Interface
pro.verron.officestamper.api.Paragraph
-
Uses of Paragraph in pro.verron.officestamper.api
Modifier and TypeMethodDescriptionAbstractCommentProcessor.getParagraph()
CommentProcessor.getParagraph()
ProcessorContext.paragraph()
Returns the value of theparagraph
record component.Modifier and TypeMethodDescriptiondefault void
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph
(DocxPart docxPart, Paragraph paragraph, Object context) Finds expressions in the given paragraph and replaces them with the values provided by the expression resolver.void
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph
(Paragraph paragraph, Object context, org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Deprecated, for removal: This API element is subject to removal in a future version.void
AbstractCommentProcessor.setParagraph
(Paragraph paragraph) ModifierConstructorDescriptionProcessorContext
(Paragraph paragraph, org.docx4j.wml.R run, Comment comment, Placeholder placeholder) Creates an instance of aProcessorContext
record class. -
Uses of Paragraph in pro.verron.officestamper.experimental
Modifier and TypeClassDescriptionclass
A "Run" defines a region of text within a docx document with a common set of properties.
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph(DocxPart, Paragraph, Object)