Will I be able to sequentially select all tables in the document and assign new styles to them? #138
-
Right now I can't even select the first table. What method should I use for this? |
Beta Was this translation helpful? Give feedback.
Answered by
trofim24
May 12, 2025
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
catbasilio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
GetAllTables
method orGetAllTablesOnPage
method and change style usingSetStyle
method.