Paragraph.Style (Word)
Returns or sets the style for the specified style. Read/write Variant.
To set this property, specify the local name of the style, an integer, a WdBuiltinStyle constant, or an object that represents the style.
For Each para in ActiveDocument.Paragraphs
MsgBox para.Style
Next para