SetCellRangeFont Function
Applies a given new text formatting to the text contents of the cells given as a continuous range in a given table item from an Envision document currently opened in the Canvas Envision Creator app.
Parameters
tableObj: EvItemAn Object item object, a table item from the Envision document currently opened in the Canvas Envision Creator app that includes the given continuous range of cells whose text formatting should be changed.
If a given object item is not a table, the function throws an error.
cells: EvTableCellRangeAn
EvTableCellRangeobject, a given continuous range of cells in the given table item whose text formatting should be changed.font: EvFontStyleAn
EvFontStyleobject, a given new text formatting that should be applied to the text contents of the cells within the given continuous range in the given table item.
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the given new text formatting has been successfully applied to the text contents of the cells within the given range in the given table item from the current document.