mmoselhy wrote:Can I get the style of text object directly or can I get the paragraph for text object?
or should I traverse and keep the paragraph for each text to get the style from ?
Paragraph properties are stored at the paragraph level; run properties are stored at the run level (w:r) parent of w:t.
Depending what you are trying to do, you should probably traverse and keep the paragraph and/or run properties.
mmoselhy wrote:also, sometimes ...