Package ai.docling.api.core
Class DoclingDocument.TableData.Builder
java.lang.Object
ai.docling.api.core.DoclingDocument.TableData.Builder
- Enclosing class:
- DoclingDocument.TableData
-
Method Summary
Modifier and TypeMethodDescriptionbuild()grid(Collection<? extends List<DoclingDocument.TableCell>> grid) grid(List<DoclingDocument.TableCell> grid) tableCells(Collection<? extends Object> tableCells) toString()
-
Method Details
-
tableCell
-
tableCells
-
clearTableCells
-
numRows
- Returns:
this.
-
numCols
- Returns:
this.
-
grid
-
grid
public DoclingDocument.TableData.Builder grid(Collection<? extends List<DoclingDocument.TableCell>> grid) -
clearGrid
-
build
-
toString
-