trichview.support
Re: Change text(and para) style of item |
Author |
Message |
Sergey Tkachenko |
Posted: 09/26/2003 20:01:17 Low level: you can change GetItem(i).StyleNo and GetItem(i).ParaNo. Be careful: - all items in the same paragraph must have the same ParaNo - do not change StyleNo for non-text items; - after changing StyleNo of Unicode text item, it still must be Unicode. The same for ANSI (it is possible to avoid this limitation, though) This operation cannot be undone. Call Format when it is complete. > Hi. > > How can I change the text(and para) style of item at more low level then > ApplyTextStyle (ApplyParaStyle) and ApplyStyleConversion > (ApplyParaStyleConversion)? > I need to change the text(and para) style of many items in the RVE at the > same time by-passing selection of the text. > > Gennady. > > |
Powered by ABC Amber Outlook Express Converter