Uses of Class
com.storedobject.office.ODT.Table
Packages that use ODT.Table
-
Uses of ODT.Table in com.storedobject.office
Methods in com.storedobject.office that return ODT.TableModifier and TypeMethodDescriptionfinal ODT.TableODT.Element.getParentTable()Get the table where this element is located.ODT.TextElement.getTable(int index) Retrieves a table under this by its index.Retrieves aTableunder this with the specified name.Methods in com.storedobject.office with parameters of type ODT.TableModifier and TypeMethodDescription<L extends StoredObject>
ObjectIterator<L> Filler.createLinkData(ODT.Table table) Create the data for a link table.voidFiller.customizeTable(ODT.Table table) Allows customization of a table before it is generated.voidFiller.populateData(ODT.Table table) Populates the data of the specified table object by processing its name and attributes.Method parameters in com.storedobject.office with type arguments of type ODT.TableModifier and TypeMethodDescriptionvoidFiller.setTableCustomizer(BiConsumer<Filler<?>, ODT.Table> tableCustomizer) Sets a customizer for tables that enables tailored modifications or adjustments during their generation.final voidODT.setTableCustomizer(BiConsumer<Filler<?>, ODT.Table> tableCustomizer) Sets a customizer for tables that enables tailored modifications or adjustments during their generation. -
Uses of ODT.Table in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type ODT.Table