Uses of Interface
pro.verron.officestamper.api.PreProcessor
Packages that use PreProcessor
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
Pre-configured stampers, configurations, and ready-made processors and
resolvers.
-
Uses of PreProcessor in pro.verron.officestamper.api
Classes in pro.verron.officestamper.api that implement PreProcessorModifier and TypeClassDescriptionfinal classTheCommentHookerclass is responsible for preparing comment processors in a Word document.classThePlaceholderHookerclass is a pre-processor that prepares inline placeholders in aWordprocessingMLPackagedocument.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 theOfficeStamperConfiguration. -
Uses of PreProcessor in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return types with arguments of type PreProcessorModifier and TypeMethodDescriptionDocxStamperConfiguration.getPreprocessors()Retrieves the list of preprocessors.Methods in pro.verron.officestamper.core with parameters of type PreProcessorModifier and TypeMethodDescriptionvoidDocxStamperConfiguration.addPreprocessor(PreProcessor preprocessor) Adds a preprocessor to the configuration. -
Uses of PreProcessor in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return PreProcessorModifier and TypeMethodDescriptionstatic PreProcessorPreprocessors.mergeSimilarRuns()Returns aPreProcessorobject that merges same style runs that are next to each other in aWordprocessingMLPackagedocument.static PreProcessorPreprocessors.prepareCommentProcessor()Returns aPreProcessorobject that prepares comment processors for use with the stamper.static PreProcessorPreprocessors.preparePlaceholders(String regex, String element) Returns aPreProcessorobject that prepares inline placeholders based on the provided regex and element name.static PreProcessorPreprocessors.removeLanguageInfo()Returns aPreProcessorobject that removes all language informations such as grammatical and orthographics markers in aWordprocessingMLPackagedocument.static PreProcessorPreprocessors.removeLanguageProof()Returns aPreProcessorobject that removes allProofErrelements from theWordprocessingMLPackagedocument.static PreProcessorPreprocessors.removeMalformedComments()Returns aPreProcessorobject that removes comments information that is not conforming to the expected patterns.