Can Writing Tools be accessed In UITableView contextMenu?

I’m currently developing an app that features a main view with a UITableView. When users select a row, they are navigated to a detail view that contains a UITextField. This UITextField already supports Writing Tools.

My question is: When a user long-presses a UITableView cell, is it possible to add a Writing Tools option to the Context Menu, allowing users to interact with the Writing Tools more conveniently?like Summary detail text

Can Writing Tools be accessed In UITableView contextMenu?
 
 
Q