Uses of Interface
pro.verron.officestamper.api.CommentProcessorFactory
Packages that use CommentProcessorFactory
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of CommentProcessorFactory in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type CommentProcessorFactoryModifier and TypeMethodDescriptionOfficeStamperConfiguration.getCommentProcessors()Returns a map of comment processors associated with their respective classes.Methods in pro.verron.officestamper.api with parameters of type CommentProcessorFactoryModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, CommentProcessorFactory commentProcessorFactory) Adds a comment processor to theOfficeStamperConfiguration. -
Uses of CommentProcessorFactory in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return types with arguments of type CommentProcessorFactoryModifier and TypeMethodDescriptionDocxStamperConfiguration.getCommentProcessors()Retrieves the map of comment processors associated with specific classes.Methods in pro.verron.officestamper.core with parameters of type CommentProcessorFactoryModifier and TypeMethodDescriptionDocxStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, CommentProcessorFactory commentProcessorFactory) Registers the specifiedCommentProcessoras an implementation of the specified interface.