public interface IFieldMergingCallback
| Modifier and Type | Method and Description |
|---|---|
void |
fieldMerging(FieldMergingArgs args)
Called when the Aspose.Words mail merge engine is about to insert data into a merge field in the document.
|
void |
imageFieldMerging(ImageFieldMergingArgs args)
Called when the Aspose.Words mail merge engine is about to insert an image into a merge field.
|
void fieldMerging(FieldMergingArgs args) throws java.lang.Exception
java.lang.Exceptionvoid imageFieldMerging(ImageFieldMergingArgs args) throws java.lang.Exception
java.lang.Exception