Uses of Class
org.wickedsource.docxstamper.proxy.ProxyBuilder
Packages that use ProxyBuilder
Package
Description
-
Uses of ProxyBuilder in org.wickedsource.docxstamper.processor
Methods in org.wickedsource.docxstamper.processor with parameters of type ProxyBuilderModifier and TypeMethodDescription<T> voidCommentProcessorRegistry.runProcessors(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, ProxyBuilder<T> proxyBuilder) Lets each registered ICommentProcessor have a run on the specified docx document. -
Uses of ProxyBuilder in org.wickedsource.docxstamper.proxy
Methods in org.wickedsource.docxstamper.proxy that return ProxyBuilderModifier and TypeMethodDescriptionProxyBuilder.withInterface(Class<?> interfaceClass, Object interfaceImpl) Specifies an interfaces and an implementation of an interface by which the root object shall be extended.Specifies the root object for the proxy that shall be enhanced. -
Uses of ProxyBuilder in org.wickedsource.docxstamper.replace
Methods in org.wickedsource.docxstamper.replace with parameters of type ProxyBuilderModifier and TypeMethodDescriptionvoidPlaceholderReplacer.resolveExpressions(org.docx4j.openpackaging.packages.WordprocessingMLPackage document, ProxyBuilder<T> proxyBuilder) Finds expressions in a document and resolves them against the specified context object.