Hi All,
I'm trying to convert the selected contents into Small caps with the below coding, but not working:
mySelection.AssociatedXMLElements(1).xmlElements(1).xmlElements.Add("citation", mySelection)
Pl. help.
Thanks,
Praveen
Coding is:
mySelection.Capitalization = Capitalization.SMALL_CAPS
Thanks,
Praveen