Article Details
Id:14862
Product:finPOWER Connect
Type:FIX
Version:3.00.08
Opened:29/08/2017
Closed:29/08/2017
Released:21/09/2017
Job: J019560

Documents; Word Document file type SummaryTable cells not respecting WordDocumentOptions

A Summary Table cell that uses wiki text does not respect Word Document Options - when used in a "Word Document" file type Document.

For example, the sample code shown below did not apply the font and size to the cell.

With SummaryTable.Rows.Add.Cells.AddWiki("some text, with **bold**")
  .WordDocumentOptions.FontName = "Courier New"
  .WordDocumentOptions.FontSize = 8
End With