Class XsltFinisher

java.lang.Object
org.docx4j.model.datastorage.XsltFinisher

public class XsltFinisher extends Object
As an optional step after binding, apply user-defined XSLT to transform this content control. A template is attached to a content control (a repeat/condition/or normal bind), using tag od:call=XYZ where XYZ is the template to call. For example, by placing this on a repeat, a table row could be coloured red if its contents met some condition.
Author:
jharrop