Can we export user styles to xml?
Hi,
I have set the user styles of a selected portion of a textflow as following:
| tlf.setStyle("template",obj.template); | ||||||
| tlf.setStyle("fontThemeBox",colorDropDown.selectedIndex); |
I am able to get these properties through out my application but when I try to export it they are missing?
This is how I was trying to Export.
TextConverter.export(textFlow, TextConverter.TEXT_LAYOUT_FORMAT, ConversionType.XML_TYPE) as XML;
Am I missing something here??
