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 theplaceholderrecord 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.voidParagraph.replace(Placeholder placeholder, Object replacement) Replaces a placeholder in the given paragraph with the specified replacement.default voidParagraph.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.RObjectResolver.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 aProcessorContextrecord 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) voidExcelParagraph.replace(Placeholder placeholder, String replacement) Replaces the given expression with the replacement object within the paragraph.voidPowerpointParagraph.replace(Placeholder placeholder, Object replacement) Replaces the given expression with the replacement object within the paragraph.
Paragraph.replace(Placeholder, Object)only