Class StandardTable
java.lang.Object
pro.verron.officestamper.core.StandardTable
- All Implemented Interfaces:
Table
The
StandardTable class represents a table in a document and implements the Table interface. It provides
functionality to manipulate and interact with tables in documents.-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStandardTable(org.docx4j.wml.Tbl tbl) Constructs a newStandardTableobject with the specifiedTblobject. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a row to the table at the specified index.voidAdds all the given rows to the table starting at the specified index.intReturns the index of the given row within the table.voidremove()Removes the entire table from the document.
-
Constructor Details
-
StandardTable
public StandardTable(org.docx4j.wml.Tbl tbl) Constructs a newStandardTableobject with the specifiedTblobject.- Parameters:
tbl- theTblobject representing the table
-
-
Method Details
-
remove
-
indexOf
-
addAll
-
add
-