Uses of Interface
pro.verron.officestamper.api.ParagraphPlaceholderReplacer
Packages that use ParagraphPlaceholderReplacer
Package
Description
This package provides the core functionality for docxstamper.
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of ParagraphPlaceholderReplacer in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return types with arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionDocxStamperConfiguration.getCommentProcessors()Deprecated, for removal: This API element is subject to removal in a future version.Getter for the fieldcommentProcessors.Method parameters in org.wickedsource.docxstamper with type arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionDocxStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Deprecated, for removal: This API element is subject to removal in a future version.Registers the specified ICommentProcessor as an implementation of the specified interface. -
Uses of ParagraphPlaceholderReplacer in org.wickedsource.docxstamper.processor
Constructors in org.wickedsource.docxstamper.processor with parameters of type ParagraphPlaceholderReplacerModifierConstructorDescriptionprotectedBaseCommentProcessor(ParagraphPlaceholderReplacer placeholderReplacer) Constructor for BaseCommentProcessor. -
Uses of ParagraphPlaceholderReplacer in org.wickedsource.docxstamper.processor.table
Methods in org.wickedsource.docxstamper.processor.table with parameters of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionstatic CommentProcessorTableResolver.newInstance(ParagraphPlaceholderReplacer pr) Generate a newTableResolverinstance where value is replaced by an empty list whennull -
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.api
Fields in pro.verron.officestamper.api declared as ParagraphPlaceholderReplacerModifier and TypeFieldDescriptionprotected final ParagraphPlaceholderReplacerAbstractCommentProcessor.placeholderReplacerPlaceholderReplacer used to replace expressions in the comment text.Methods in pro.verron.officestamper.api that return types with arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionOfficeStamperConfiguration.getCommentProcessors()Returns a map of comment processors associated with their respective classes.Method parameters in pro.verron.officestamper.api with type arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration.Constructors in pro.verron.officestamper.api with parameters of type ParagraphPlaceholderReplacerModifierConstructorDescriptionAbstractCommentProcessor(ParagraphPlaceholderReplacer placeholderReplacer) Creates an instance of AbstractCommentProcessor with the given ParagraphPlaceholderReplacer. -
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement ParagraphPlaceholderReplacerModifier and TypeClassDescriptionclassReplaces expressions in a document with the values provided by theExpressionResolver. -
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset with parameters of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionCommentProcessorFactory.displayIf(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.CommentProcessorFactory.repeat(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.CommentProcessorFactory.repeatDocPart(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.CommentProcessorFactory.repeatParagraph(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.CommentProcessorFactory.replaceWith(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.CommentProcessorFactory.tableResolver(ParagraphPlaceholderReplacer pr) Creates a new CommentProcessorFactory with default configuration.