Hello,
You can get the styles applied to specific contents using getWordStyles. Please note that MS Word has many style types that can be applied to a content (document global styles, custom styles, inline styles), for example the following snippet get the font size of a placeholder:
https://www.phpdocx.com/documentation/snippets/get-font-size-content
Regards.