Uses of Class
com.oracle.bmc.aidocument.model.Table
-
Packages that use Table Package Description com.oracle.bmc.aidocument.model -
-
Uses of Table in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return Table Modifier and Type Method Description Table
Table.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type Table Modifier and Type Method Description List<Table>
Page. getTables()
The tables detected on the page.Methods in com.oracle.bmc.aidocument.model with parameters of type Table Modifier and Type Method Description Table.Builder
Table.Builder. copy(Table model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type Table Modifier and Type Method Description Page.Builder
Page.Builder. tables(List<Table> tables)
The tables detected on the page.
-