TableCellValues
public struct TableCellValues : Codable, Equatable
A value in a key-value pair.
-
The unique ID of the value in the table.
Declaration
Swift
public var cellID: String? -
The numeric location of the identified element in the document, represented with two integers labeled
beginandend.Declaration
Swift
public var location: TableElementLocation? -
The text content of the table cell without HTML markup.
Declaration
Swift
public var text: String?
View on GitHub
TableCellValues Structure Reference