Hi all,
I have applied EVS to one of the attribute of a node by using the following code:
<b>IWDAttributeInfo attributeInfo =
wdContext.node<Nodename>.getNodeInfo().getAttribute(<AttributeName>);
ISimpleTypeModifiable type = attributeInfo.getModifiableSimpleType();
type.setFieldLabel("Type");</b>
But now I want to apply EVS to all the 10 attributes of a particular node.Is there any way to get the attributeInfo of all the attributes of that node by applying for loop.
Please help me out....
Helpful answers will be rewarded.
Thanxs in advance.