Uses of Interface
pro.verron.officestamper.api.OfficeStamperConfiguration
Packages that use OfficeStamperConfiguration
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of OfficeStamperConfiguration in org.wickedsource.docxstamper
Classes in org.wickedsource.docxstamper that implement OfficeStamperConfigurationModifier and TypeClassDescriptionclassDeprecated, 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, because it exposes too many implementation details to library users, and makes it hard to extend the library comfortably.Constructors in org.wickedsource.docxstamper with parameters of type OfficeStamperConfigurationModifierConstructorDescriptionDocxStamper(OfficeStamperConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new DocxStamper with the given configuration. -
Uses of OfficeStamperConfiguration in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return OfficeStamperConfigurationModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration.OfficeStamperConfiguration.addResolver(ObjectResolver resolver) Adds an ObjectResolver to the OfficeStamperConfiguration.OfficeStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.as of version 1.6.7, replaced byObjectResolver.OfficeStamperConfiguration.exposeInterfaceToExpressionLanguage(Class<?> interfaceClass, Object implementation) Exposes an interface to the expression language.OfficeStamperConfiguration.leaveEmptyOnExpressionError(boolean leaveEmpty) Configures whether to leave empty on expression error.OfficeStamperConfiguration.nullValuesDefault(String nullValuesDefault) Deprecated, for removal: This API element is subject to removal in a future version.since version 1.6.7OfficeStamperConfiguration.replaceNullValues(boolean replaceNullValues) Deprecated, for removal: This API element is subject to removal in a future version.since version 1.6.7OfficeStamperConfiguration.replaceUnresolvedExpressions(boolean replaceUnresolvedExpressions) Replaces unresolved expressions in the OfficeStamperConfiguration object.OfficeStamperConfiguration.setDefaultTypeResolver(ITypeResolver<? super Object> defaultResolver) Deprecated, for removal: This API element is subject to removal in a future version.OfficeStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Sets the EvaluationContextConfigurer for configuring the Spring Expression Language (SPEL) EvaluationContext.OfficeStamperConfiguration.setFailOnUnresolvedExpression(boolean failOnUnresolvedExpression) Sets the failOnUnresolvedExpression flag to determine whether unresolved expressions should cause an exception to be thrown.OfficeStamperConfiguration.setLineBreakPlaceholder(String lineBreakPlaceholder) Sets the line break placeholder used in the OfficeStamper configuration.OfficeStamperConfiguration.setResolvers(List<ObjectResolver> resolvers) Sets the list of object resolvers for the OfficeStamper configuration.OfficeStamperConfiguration.setSpelParserConfiguration(org.springframework.expression.spel.SpelParserConfiguration spelParserConfiguration) Sets the SpelParserConfiguration used by the OfficeStamperConfiguration.OfficeStamperConfiguration.unresolvedExpressionsDefaultValue(String unresolvedExpressionsDefaultValue) Sets the default value for unresolved expressions in the OfficeStamperConfiguration object. -
Uses of OfficeStamperConfiguration in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return OfficeStamperConfigurationModifier and TypeMethodDescriptionstatic OfficeStamperConfigurationOfficeStamperConfigurations.standard()Creates a new standard OfficeStamperConfiguration.static OfficeStamperConfigurationOfficeStamperConfigurations.standardWithPreprocessing()Creates a new OfficeStamperConfiguration with the standard configuration and additional preprocessors.Methods in pro.verron.officestamper.preset with parameters of type OfficeStamperConfigurationModifier and TypeMethodDescriptionstatic StreamStamper<org.docx4j.openpackaging.packages.WordprocessingMLPackage> OfficeStampers.docxStamper(OfficeStamperConfiguration config) Creates a new instance of theDocxStamperclass with the specifiedOfficeStamperConfiguration.Constructors in pro.verron.officestamper.preset with parameters of type OfficeStamperConfigurationModifierConstructorDescriptionCommentProcessorFactory(OfficeStamperConfiguration configuration) Creates a new CommentProcessorFactory.