TableTitle

public struct TableTitle : Codable, Equatable

If identified, the title or caption of the current table of the form Table x.: .... Empty when no title is identified. When exposed, the title is also excluded from the contexts array of the same table.

  • The numeric location of the identified element in the document, represented with two integers labeled begin and end.

    Declaration

    Swift

    public var location: Location?
  • The text of the identified table title or caption.

    Declaration

    Swift

    public var text: String?