Uses of Interface
pro.verron.officestamper.api.CommentProcessor
Packages that use CommentProcessor
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of CommentProcessor in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return types with arguments of type CommentProcessorModifier 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 CommentProcessorModifier 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 CommentProcessor in org.wickedsource.docxstamper.api.commentprocessor
Subinterfaces of CommentProcessor in org.wickedsource.docxstamper.api.commentprocessorModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 1.6.8, This class has been deprecated in the effort of the library modularization. -
Uses of CommentProcessor in org.wickedsource.docxstamper.processor
Classes in org.wickedsource.docxstamper.processor that implement CommentProcessor -
Uses of CommentProcessor in org.wickedsource.docxstamper.processor.table
Classes in org.wickedsource.docxstamper.processor.table that implement CommentProcessorMethods in org.wickedsource.docxstamper.processor.table that return CommentProcessorModifier and TypeMethodDescriptionstatic CommentProcessorTableResolver.newInstance(ParagraphPlaceholderReplacer pr) Generate a newTableResolverinstance where value is replaced by an empty list whennullstatic CommentProcessorTableResolver.newInstance(PlaceholderReplacer pr, String nullReplacementValue) Deprecated, for removal: This API element is subject to removal in a future version.should be an internal implementation detail -
Uses of CommentProcessor in pro.verron.officestamper.api
Classes in pro.verron.officestamper.api that implement CommentProcessorModifier and TypeClassDescriptionclassAbstractCommentProcessor is an abstract base class for comment processors.Methods in pro.verron.officestamper.api that return types with arguments of type CommentProcessorModifier 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 CommentProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration. -
Uses of CommentProcessor in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return CommentProcessorModifier 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.