case class FormCell(kind: Option[String], rowIndex: Int, columnIndex: Int, rowSpan: Option[Int], columnSpan: Option[Int], content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Seq[FormSpan]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormCell
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All