Uses of Class
com.storedobject.office.ODT.InputTableRow
Packages that use ODT.InputTableRow
-
Uses of ODT.InputTableRow in com.storedobject.office
Methods in com.storedobject.office that return ODT.InputTableRowModifier and TypeMethodDescriptionODT.Table.getFirstRow()Get the first row of the input table.ODT.Table.getLastRow()Get the last row of the input table.ODT.Table.getRow(int n) Retrieves a specific row from the input table by its index.Methods in com.storedobject.office with parameters of type ODT.InputTableRowModifier and TypeMethodDescriptionvoidODT.Table.add(ODT.InputTableRow row, int variableIndex) Adds a table row to the output with array variables adjusted as per the variable index.voidODT.Table.add(ODT.InputTableRow row, int variableIndex, Object data) Adds a table row to the output with array variables adjusted as per the variable index.voidODT.Table.addBlankRow(ODT.InputTableRow modelRow) Add a blank row to the output, optionally using a model row for cell structure.