GetCellTextAttributes Function
Returns the text content and formatting of the characters given as a continuous range in a given cell of 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 cell with the given range of
characters that should be retrieved with their text formatting.If a given object item is not a table, the function throws an error.
cell: EvTableCellIndexAn
EvTableCellIndexobject, an array of the row and column indices of a given cell with the given range of characters that should be retrieved with their text formatting.span?: EvCharSpanAn
EvCharSpanobject, a given continuous range of characters in the given cell that should be retrieved with their text formatting.The default value is the entire text in the given cell.
Return value
Promise<EvTextAttributes>A Promise that, if fulfilled, resolves to an
EvTextAttributesobject with the text content and formatting of the characters within the given range in the given cell from the given table item in the current document.