Hello Team ,
We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc .
using below code to replace tag
p…...Document; List<Run> matchedRuns = GetMatchedRuns(args);...ReplaceAction.Skip; } protected static List<Run> GetMatchedRuns(ReplacingArgs...