tbl_rectangle_copy_after Callback Type
Function prototype:
function funcname (doc, source_ul, source_lr, target_ul, target_lr)
tbl_rectangle_copy_after is called after a successful rectangle-to-rectangle copy.
Arguments
• doc is the identifier of the document containing target_ul and target_lr.
• source_ul is the table object ID (toid) of the upper-left corner cell in the region from which the copy is taking place.
• source_lr is the table object ID (toid) of the lower-right corner cell in the region from which the copy is taking place.
• target_ul is the table object ID (toid) of the upper-left corner cell in the region where the table objects are being inserted.
• target_lr is the table object ID (toid) of the lower-right corner cell in the region where the table objects are being inserted.