Uses of Interface
pro.verron.officestamper.api.Placeholder
Packages that use Placeholder
Package
Description
This package provides the core functionality for docxstamper.
-
Uses of Placeholder in org.wickedsource.docxstamper.el
Methods in org.wickedsource.docxstamper.el with parameters of type PlaceholderModifier and TypeMethodDescriptionExpressionResolver.resolve(Placeholder placeholder, Object contextRoot) Resolves the given expression against the provided context object. -
Uses of Placeholder in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api with parameters of type PlaceholderModifier and TypeMethodDescriptionvoidParagraph.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) Replaces all occurrences of a placeholder with a specified replacement value within a paragraph.default org.docx4j.wml.RObjectResolver.resolve(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, Placeholder placeholder, Object object) Resolves the expression in the given document with the provided object. -
Uses of Placeholder in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement PlaceholderModifier and TypeClassDescriptionfinal recordRepresents an expression with a configured Matcher.Methods in pro.verron.officestamper.core that return PlaceholderModifier and TypeMethodDescriptionstatic PlaceholderCommentUtil.getCommentString(org.docx4j.wml.Comments.Comment comment) Returns the string value of the specified comment object.static PlaceholderCommentUtil.getCommentStringFor(org.docx4j.wml.ContentAccessor object, org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Deprecated, for removal: This API element is subject to removal in a future version.This method's been deprecated since version 1.6.8 and will be removed in the future.static PlaceholderCreates a new raw placeholder with the given text.Methods in pro.verron.officestamper.core that return types with arguments of type PlaceholderModifier and TypeMethodDescriptionstatic 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.Methods in pro.verron.officestamper.core with parameters of type PlaceholderModifier and TypeMethodDescriptionvoidStandardParagraph.replace(Placeholder placeholder, Object replacement) Replaces the given expression with the replacement object within the paragraph.org.docx4j.wml.RObjectResolverRegistry.resolve(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, Placeholder placeholder, Object object) Resolves the expression in the given document with the provided object.Constructors in pro.verron.officestamper.core with parameters of type PlaceholderModifierConstructorDescriptionPlaceholderReplacer(ObjectResolverRegistry registry, ExpressionResolver resolver, boolean failOnUnresolvedExpression, boolean replaceUnresolvedExpressions, String unresolvedExpressionsDefaultValue, boolean leaveEmptyOnExpressionError, Placeholder linebreakPlaceholder) Constructor for PlaceholderReplacer. -
Uses of Placeholder in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental with parameters of type PlaceholderModifier and TypeMethodDescriptionvoidExcelParagraph.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.