Uses of Class
com.storedobject.office.ODT.TableRow
Packages that use ODT.TableRow
-
Uses of ODT.TableRow in com.storedobject.office
Methods in com.storedobject.office that return ODT.TableRowModifier and TypeMethodDescriptionODT.Table.getRow(int n) Retrieves a specific row from the table by its index.Methods in com.storedobject.office with parameters of type ODT.TableRowModifier and TypeMethodDescriptionvoidODT.Table.add(ODT.TableRow row) Adds a specified TableRow as such to the output.voidODT.Table.add(ODT.TableRow row, int variableIndex) Adds a table row to the output with array variables adjusted as per the index.