Page 1 of 1

Change Revision Symbol Border?

Posted: Sat Mar 12, 2022 4:44 pm
by loeb
After inserting a Revision Symbol

Code: Select all

value = instance.InsertRevisionSymbol(X, Y)
How can I change its border. I don't see any method for that.

Thank You

Re: Change Revision Symbol Border?

Posted: Sat Mar 12, 2022 8:24 pm
by loeb
I figured that that a Revision Symbol is really just a Balloon. I can insert the Revision Symbol using

Code: Select all

swModel.InsertRevisionSymbol()
then change its format and border using

Code: Select all

SetTextFormat()