07-04-2023
07:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-04-2023
07:13 PM
Hi @alex_vela10
It looks like your using a newer version than 2020 so I cannot test your methods. Can you attach the sample of the formatted text your seeing. There may be a pattern than can be exposed.
If your not worried about having formatted text you can just put the text of the iproperty directly into the leader.
Again if you can explain how much you want to automate and also attach the code your using that will help you get to your end goal.
This is what I used for a quick test.
Dim drawDoc As DrawingDocument = ThisDoc.Document For Each LeadNte As LeaderNote In drawDoc.ActiveSheet.DrawingNotes.LeaderNotes Logger.Info(LeadNte.FormattedText) Next
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan