04 MIDAS CLASSES/GeniiRTItem

ClearStyleMappings method
Version added: 2.21
Removes all stored Style Mappings created earlier by the  SetStyleMapping method .  This provides the ability to start fresh with new style mappings without worrying about style mappings left by an earlier process.
Defined in
GeniiRTItem class
Syntax
Call  geniiRTItem .ClearStyleMappings

Example
Call  rtitem.SetStyleMapping("Bullet", "",  "", "<div class='bullet'>",  "</div>")
Call  rtitem.SetStyleMapping("", "Justify=CENTER" , "", "<center>", "< /center>")
Call  rtitem.SetStyleMapping("", "", " +Bold", "<b>", "</b>")
Call  rtitem.SetStyleMapping("", "", " +Bold", "<b>", "</b>")
rtitem. ClearStyleMappings