TableCellKey
public struct TableCellKey : Codable, Equatable
A key in a key-value pair.
-
The unique ID of the key 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
TableCellKey Structure Reference