I am adding new rows to an empty table. The document has a Calibri font but when I add a new row, its using the default font. What is the best way to keep the same font?
Here is the sample code:
Bookmark Bookmark = ge…...Here is the sample code: Bookmark bookmark = getBookmarkContainsN(doc...Table table = (bookmark != null) ? ((Table)bookmark.getBookmarkStart()...