Active Style bug?

  • After design a particular style (Word, RTF), look the TABs


    I try
    WP.activestylename:='newstyle';
    but in WPRichEdit the tabs was not restored


    Is this normal? Any workaround?
    EDIT:
    I have to manually insert something like

    Code
    WP.ActiveParagraph.TabstopAdd(WPCentimeterToTwips(10.25), tkRight, tkNoFill);
       WP.ActiveParagraph.TabstopAdd(WPCentimeterToTwips(10.75), tkLeft, tkNoFill);
       WP.ActiveParagraph.TabstopAdd(WPCentimeterToTwips(13), tkRight, tkNoFill);

    Thanx

    Massimo
    PS sorry but IMG doesn't seems to work