| Package | Description |
|---|---|
| org.wickedsource.docxstamper |
| Modifier and Type | Method and Description |
|---|---|
DocxStamperConfiguration |
DocxStamperConfiguration.addCommentProcessor(java.lang.Class<?> interfaceClass,
ICommentProcessor commentProcessor)
Registers the specified ICommentProcessor as an implementation of the
specified interface.
|
<T> DocxStamperConfiguration |
DocxStamperConfiguration.addTypeResolver(java.lang.Class<T> resolvedType,
ITypeResolver resolver)
Registers the given ITypeResolver for the given class.
|
DocxStamperConfiguration |
DocxStamperConfiguration.exposeInterfaceToExpressionLanguage(java.lang.Class<?> interfaceClass,
java.lang.Object implementation)
Exposes all methods of a given interface to the expression language.
|
DocxStamperConfiguration |
DocxStamperConfiguration.setDefaultTypeResolver(ITypeResolver defaultTypeResolver) |
DocxStamperConfiguration |
DocxStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer)
Provides an
EvaluationContextConfigurer which may change the configuration of a Spring
EvaluationContext which is used for evaluating expressions
in comments and text. |
DocxStamperConfiguration |
DocxStamperConfiguration.setFailOnUnresolvedExpression(boolean failOnUnresolvedExpression)
If set to true, stamper will throw an
UnresolvedExpressionException
if a variable expression or processor expression within the document or within the comments is encountered that cannot be resolved. |
DocxStamperConfiguration |
DocxStamperConfiguration.setLineBreakPlaceholder(java.lang.String lineBreakPlaceholder)
The String provided as lineBreakPlaceholder will be replaces with a line break
when stamping a document.
|
| Constructor and Description |
|---|
DocxStamper(DocxStamperConfiguration config) |
Copyright © 2017. All rights reserved.