Uses of Interface
pro.verron.officestamper.api.Paragraph
Packages that use Paragraph
-
Uses of Paragraph in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return ParagraphModifier and TypeMethodDescriptionAbstractCommentProcessor.getParagraph()
CommentProcessor.getParagraph()
Retrieves the current paragraph being processed.ProcessorContext.paragraph()
Returns the value of theparagraph
record component.Methods in pro.verron.officestamper.api that return types with arguments of type ParagraphMethods in pro.verron.officestamper.api with parameters of type ParagraphModifier 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) Constructors in pro.verron.officestamper.api with parameters of type ParagraphModifierConstructorDescriptionProcessorContext
(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
Classes in pro.verron.officestamper.experimental that implement ParagraphModifier and TypeClassDescriptionclass
A "Run" defines a region of text within a docx document with a common set of properties.Methods in pro.verron.officestamper.experimental that return types with arguments of type Paragraph
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph(DocxPart, Paragraph, Object)