Uses of Interface
pro.verron.officestamper.api.Paragraph
Packages that use Paragraph
Package
Description
This package provides the core functionality for docxstamper.
-
Uses of Paragraph in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api with parameters of type ParagraphModifier and TypeMethodDescriptionvoidParagraphPlaceholderReplacer.resolveExpressionsForParagraph(Paragraph paragraph, Object context, org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Finds expressions in the given paragraph and replaces them with the values provided by the expression resolver. -
Uses of Paragraph in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement ParagraphModifier and TypeClassDescriptionclassA "Run" defines a region of text within a docx document with a common set of properties.Methods in pro.verron.officestamper.core with parameters of type ParagraphModifier and TypeMethodDescriptionstatic List<Placeholder> Placeholders.findVariables(Paragraph paragraph) Finds variable expressions in a given paragraph.voidPlaceholderReplacer.resolveExpressionsForParagraph(Paragraph paragraph, Object context, org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Finds expressions in the given paragraph and replaces them with the values provided by the expression resolver. -
Uses of Paragraph in pro.verron.officestamper.experimental
Classes in pro.verron.officestamper.experimental that implement ParagraphModifier and TypeClassDescriptionclassA "Run" defines a region of text within a docx document with a common set of properties.