- recalculateRuns() - Method in class org.wickedsource.docxstamper.replace.ParagraphWrapper
-
- registerCommentProcessor(Class<?>, ICommentProcessor) - Method in class org.wickedsource.docxstamper.api.commentprocessor.CommentProcessorRegistry
-
Registers the specified ICommentProcessor as an implementation of the specified interface.
- registerTypeResolver(Class<T>, ITypeResolver) - Method in class org.wickedsource.docxstamper.api.typeresolver.TypeResolverRegistry
-
Registers the given ITypeResolver for the given class.
- RepeatProcessor - Class in org.wickedsource.docxstamper.processor.repeat
-
- RepeatProcessor(TypeResolverRegistry) - Constructor for class org.wickedsource.docxstamper.processor.repeat.RepeatProcessor
-
- repeatTableRow(List<Object>) - Method in interface org.wickedsource.docxstamper.processor.repeat.IRepeatProcessor
-
May be called to mark a table row to be copied once for each element in the passed-in list.
- repeatTableRow(List<Object>) - Method in class org.wickedsource.docxstamper.processor.repeat.RepeatProcessor
-
- replace(int, int, String) - Method in class org.wickedsource.docxstamper.replace.IndexedRun
-
Replaces the substring starting at the given index with the given replacement string.
- replace(String, Object) - Method in class org.wickedsource.docxstamper.replace.ParagraphWrapper
-
Replaces the given placeholder String with the replacement object within the paragraph.
- replace(ParagraphWrapper, String, Object) - Method in class org.wickedsource.docxstamper.replace.PlaceholderReplacer
-
- resolve(WordprocessingMLPackage, S) - Method in interface org.wickedsource.docxstamper.api.typeresolver.ITypeResolver
-
This method is called when a placeholder in the .docx template is to replaced by the result of an expression that
was found in the .docx template.
- resolve(WordprocessingMLPackage, S) - Method in class org.wickedsource.docxstamper.replace.typeresolver.AbstractToTextResolver
-
- resolve(WordprocessingMLPackage, Object) - Method in class org.wickedsource.docxstamper.replace.typeresolver.image.ImageResolver
-
- resolveExpression(String, Object) - Method in class org.wickedsource.docxstamper.el.ExpressionResolver
-
Runs the given expression against the given context object and returns the result of the evaluated expression.
- resolveExpressions(WordprocessingMLPackage, T) - Method in class org.wickedsource.docxstamper.replace.PlaceholderReplacer
-
Finds expressions in a document and resolves them against the specified context object.
- resolveExpressionsForParagraph(P, T, WordprocessingMLPackage) - Method in class org.wickedsource.docxstamper.replace.PlaceholderReplacer
-
- resolveStringForObject(S) - Method in class org.wickedsource.docxstamper.replace.typeresolver.AbstractToTextResolver
-
- resolveStringForObject(Date) - Method in class org.wickedsource.docxstamper.replace.typeresolver.DateResolver
-
- resolveStringForObject(Object) - Method in class org.wickedsource.docxstamper.replace.typeresolver.FallbackResolver
-
- runProcessors(WordprocessingMLPackage, T) - Method in class org.wickedsource.docxstamper.api.commentprocessor.CommentProcessorRegistry
-
Lets each registered ICommentProcessor have a run on the specified docx document.
- RunUtil - Class in org.wickedsource.docxstamper.util
-