TableExcerpt

An excerpt from a table within a document. The table excerpt displays up to five columns and three rows, depending on how many table cells are relevant to the query and how many columns are available in the original table. The top most relevant cell is displayed in the table excerpt, along with the next most relevant cells.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of rows in the table excerpt.

Link copied to clipboard

A count of the number of rows in the original table within the document.

Functions

Link copied to clipboard
inline fun copy(block: TableExcerpt.Builder.() -> Unit = {}): TableExcerpt
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String