How to get a custom style value in the interaction manager's getCommonCharacterFormat() function ?
Hi,
I have a scenario where I have applied Css styles to the textflow using the IFormatResolver interface.
Now what I need is a way to show which style is applied to the current selection.
I am getting all infomation using the following however the style name that is associated is not there.
var textLayoutFormat:TextLayoutFormat = textFlow.interactionManager.getCommonCharacterFormat() as TextLayoutFormat;
in my case I am having a parameter myStyle in the usersstyle object of the actual flow elements, but when I do the above I find that the user style object is different and it doesnt have any parameters as mystyle under it
-Ashar
