C# Class Aspose.Words.Examples.CSharp.Mail_Merge.ApplyCustomLogicToEmptyRegions.EmptyRegionsHandler_MergeTable

Inheritance: IFieldMergingCallback
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
FieldMerging ( FieldMergingArgs args ) : void

Called for each field belonging to an unmerged region in the document.

ImageFieldMerging ( ImageFieldMergingArgs args ) : void

Method Details

FieldMerging() public méthode

Called for each field belonging to an unmerged region in the document.
public FieldMerging ( FieldMergingArgs args ) : void
args FieldMergingArgs
Résultat void

ImageFieldMerging() public méthode

public ImageFieldMerging ( ImageFieldMergingArgs args ) : void
args ImageFieldMergingArgs
Résultat void