Uses of Interface
pro.verron.officestamper.api.PreProcessor
Packages that use PreProcessor
-
Uses of PreProcessor in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return types with arguments of type PreProcessorModifier and TypeMethodDescriptionDocxStamperConfiguration.getPreprocessors()Deprecated, for removal: This API element is subject to removal in a future version.Getter for the fieldpreprocessors.Methods in org.wickedsource.docxstamper with parameters of type PreProcessorModifier and TypeMethodDescriptionvoidDocxStamperConfiguration.addPreprocessor(PreProcessor preprocessor) Deprecated, for removal: This API element is subject to removal in a future version.Adds a preprocessor to the configuration. -
Uses of PreProcessor in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type PreProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.getPreprocessors()Retrieves the list of pre-processors.Methods in pro.verron.officestamper.api with parameters of type PreProcessorModifier and TypeMethodDescriptionvoidOfficeStamperConfiguration.addPreprocessor(PreProcessor preprocessor) Adds a pre-processor to the OfficeStamperConfiguration.