Hi,
I have an SimpleType. This i bound to a context-attribute.
I get the selection with this code:
selection = wdContext.currentContextElement().getAttributeAsText("MyAttribute");
// selection = wdContext.currentContextElement().getMyAttribute();
How can i get the description?
Greetings
Thomas