Re: [api-dev] Best way to find or identify redline

2006-07-04 Thread Darragh Sherwin
Andrew, Assuming a simple text document, I can enumerate text sections. I thought that I could find red line text by checking for the RedlinePortion service, but I can not. The example below finds redline sections by checking for the existance of a specific property in the property set

[api-dev] Best way to find or identify redline

2006-07-03 Thread Andrew Douglas Pitonyak
Assuming a simple text document, I can enumerate text sections. I thought that I could find red line text by checking for the RedlinePortion service, but I can not. The example below finds redline sections by checking for the existance of a specific property in the property set information

Re: [api-dev] Best way to find or identify redline

2006-07-03 Thread Andrew Douglas Pitonyak
And another question with redlines If I iterate over the redlines, how can I accept or reject them? Sub MainIterateRedLine Dim oDoc Dim oViewCursor Dim oContWin Dim oRedLines, oRedLine Dim k% Dim lRet As Long Dim sDum$ oDoc = ThisComponent oViewCursor = oDoc.CurrentController.ViewCursor