trichview.com

trichview.support




Re: How do I write a block of text and retrieve it again?


Return to index


Author

Message

Sergey Tkachenko

Posted: 01/29/2004 20:21:25


for i := 0 to rveDataOutput.ItemCount-1 do

begin

  rveDataOutput.IsParaStart(i) - if the item starts paragrapj

  rveDataOutput.GetItemStyle(i) - returns item style. If >=0, this is a text

(the second parameter of AddNL)

  rveDataOutput.GetItemText(i) - text (the first parameter if AddNL)

  rveDataOutput.GetItemPara(i) - paragraph style index (the third parameter

of AddNL, never equal to -1)

end;





Powered by ABC Amber Outlook Express Converter