BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
var part = bookmarkNavigator.GetBookmarkContent(); if(part.BodyItems.FirstItem is IWTable table) foreach(WTableRow row in table.Rows) foreach (WTableCell cell in row.Cells) foreach (WParagraph paragraph in cell.Paragraphs) paragraph.Text = "TEST"; bookmarkNavigator.ReplaceBookmarkContent(part); |
It works now. Thanks for your help.