Hello,
When using this code :
If oElem.IsTextElement Then
textStyleName = oElem.AsTextElement.TextStyle.name
End If
If the text element has no text style (textstyle "none"), The textstyle.name property of the element is set to the active text style name.
How can i know if the text has textstyle "None" ?
Many thanks and regards