Class StandardRow
java.lang.Object
pro.verron.officestamper.core.StandardRow
- All Implemented Interfaces:
Table.Row
-
Constructor Summary
ConstructorsConstructorDescriptionStandardRow(DocxPart part, org.docx4j.wml.Tbl tbl, org.docx4j.wml.Tr tr) Constructs a new StandardRow with the specified table row element. -
Method Summary
Modifier and TypeMethodDescriptionorg.docx4j.wml.TrasTr()Returns the underlying docx4jTrobject.copy()Creates a deep copy of this row.hooks()Returns the hooks associated with this row.voidremove()Removes the entire row from the table.voidremoveComment(Comment comment) Removes a comment from this row.table()Returns the table that this row belongs to.
-
Constructor Details
-
StandardRow
Constructs a new StandardRow with the specified table row element.- Parameters:
part- the document part containing the tabletbl- the table containing the rowtr- the table row element to wrap
-
-
Method Details
-
remove
-
table
-
copy
-
removeComment
Description copied from interface:Table.RowRemoves a comment from this row.- Specified by:
removeCommentin interfaceTable.Row- Parameters:
comment- theCommentto remove.
-
hooks
-
asTr
-