Uses of Interface
pro.verron.officestamper.api.Placeholder
Packages that use Placeholder
-
Uses of Placeholder in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return PlaceholderModifier and TypeMethodDescriptionComment.asPlaceholder()
Converts the comment to a Placeholder representation.ProcessorContext.placeholder()
Returns the value of theplaceholder
record component.Methods in pro.verron.officestamper.api with parameters of type PlaceholderModifier and TypeMethodDescriptionParagraph.processorContext
(Placeholder placeholder) Creates a processor context for the given placeholder within this paragraph.void
Paragraph.replace
(Placeholder placeholder, Object replacement) Replaces a placeholder in the given paragraph with the specified replacement.default void
Paragraph.replaceAll
(Placeholder placeholder, org.docx4j.wml.R replacement) Deprecated, for removal: This API element is subject to removal in a future version.ExceptionResolver.resolve
(Placeholder placeholder, String message, Exception cause) Resolves the behavior in handling exceptions during the processing of a placeholder.default org.docx4j.wml.R
ObjectResolver.resolve
(DocxPart document, Placeholder placeholder, Object object) Resolves the expression in the given document with the provided object.Constructors in pro.verron.officestamper.api with parameters of type PlaceholderModifierConstructorDescriptionProcessorContext
(Paragraph paragraph, org.docx4j.wml.R run, Comment comment, Placeholder placeholder) Creates an instance of aProcessorContext
record class. -
Uses of Placeholder in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental with parameters of type PlaceholderModifier and TypeMethodDescriptionPowerpointParagraph.processorContext
(Placeholder placeholder) void
ExcelParagraph.replace
(Placeholder placeholder, String replacement) Replaces the given expression with the replacement object within the paragraph.void
PowerpointParagraph.replace
(Placeholder placeholder, Object replacement) Replaces the given expression with the replacement object within the paragraph.
Paragraph.replace(Placeholder, Object)
only