Uses of Interface
pro.verron.officestamper.api.Placeholder
-
Uses of Placeholder in pro.verron.officestamper.api
Modifier and TypeMethodDescriptionComment.asPlaceholder()
Converts the comment to a Placeholder representation.ProcessorContext.placeholder()
Returns the value of theplaceholder
record component.Modifier 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) default org.docx4j.wml.R
ObjectResolver.resolve
(DocxPart document, Placeholder placeholder, Object object) Resolves the expression in the given document with the provided object.ModifierConstructorDescriptionProcessorContext
(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
Modifier 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