Change Revision Symbol Border?

Programming and macros
User avatar
loeb
Posts: 47
Joined: Sun Jan 16, 2022 5:55 pm
Answers: 1
x 35
x 8

Change Revision Symbol Border?

Unread post 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
by loeb » Sat Mar 12, 2022 8:24 pm
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()
Go to full post
User avatar
loeb
Posts: 47
Joined: Sun Jan 16, 2022 5:55 pm
Answers: 1
x 35
x 8

Re: Change Revision Symbol Border?

Unread post 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()
Post Reply