Uses of Class
org.wickedsource.docxstamper.DocxStamperConfiguration
Packages that use DocxStamperConfiguration
-
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return DocxStamperConfigurationModifier and TypeMethodDescriptionDocxStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, ICommentProcessor commentProcessor) Registers the specified ICommentProcessor as an implementation of the specified interface.DocxStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver resolver) Registers the given ITypeResolver for the given class.DocxStamperConfiguration.exposeInterfaceToExpressionLanguage(Class<?> interfaceClass, Object implementation) Exposes all methods of a given interface to the expression language.DocxStamperConfiguration.leaveEmptyOnExpressionError(boolean leaveEmpty) If an error is caught while evaluating an expression the expression will be replaced with an empty string instead of leaving the original expression in the document.DocxStamperConfiguration.replaceNullValues(boolean replaceNullValues) Indicates if expressions that resolve to null should be processed.DocxStamperConfiguration.setDefaultTypeResolver(ITypeResolver defaultTypeResolver) DocxStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Provides anEvaluationContextConfigurerwhich may change the configuration of a SpringEvaluationContextwhich is used for evaluating expressions in comments and text.DocxStamperConfiguration.setFailOnUnresolvedExpression(boolean failOnUnresolvedExpression) If set to true, stamper will throw anUnresolvedExpressionExceptionif a variable expression or processor expression within the document or within the comments is encountered that cannot be resolved.DocxStamperConfiguration.setLineBreakPlaceholder(String lineBreakPlaceholder) The String provided as lineBreakPlaceholder will be replaces with a line break when stamping a document.Constructors in org.wickedsource.docxstamper with parameters of type DocxStamperConfiguration -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor.repeat
Constructors in org.wickedsource.docxstamper.processor.repeat with parameters of type DocxStamperConfiguration