Uses of Interface
pro.verron.officestamper.experimental.Placeholder
Packages that use Placeholder
Package
Description
This package contains experimental implementations of the OfficeStamper API.
-
Uses of Placeholder in pro.verron.officestamper.experimental
Classes in pro.verron.officestamper.experimental that implement PlaceholderModifier and TypeClassDescriptionfinal recordThe StandardPlaceholder class represents a placeholder with a specific matching condition and associated expression.Methods in pro.verron.officestamper.experimental that return PlaceholderModifier and TypeMethodDescriptionstatic PlaceholderCreates a new raw placeholder with the given text.Methods in pro.verron.officestamper.experimental that return types with arguments of type PlaceholderModifier and TypeMethodDescriptionFinds expressions in a given text based on a specified pattern and matcher.static List<Placeholder> Placeholders.findProcessors(String text) Finds processors expressions in a given text.static List<Placeholder> Placeholders.findVariables(String text) Finds variable expressions in a given text.static List<Placeholder> Placeholders.findVariables(Paragraph paragraph) Finds variable expressions in a given paragraph.