cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How can I get the frame of a text

DieterKotsch
4-Participant

How can I get the frame of a text

I want to select all notes/texts in an drawing, which have a frame/border.

I have selected all notes.

But how can I get the frame of a text?

Does anyone have an idea?

Thanks a lot Dieter

3 REPLIES 3

Hello Dieter,

In VB API,

you can get the List of Notes details using

IpfcDrawing.ListDetailItems(EpfcDETAIL_NOTE, SheetNo)

Get Instructions from the IpfcDetails

Parthiban Kannan

href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"

Hello Parthiban

Thanks a lot. But I'm programming with JLink. In the UI you can set a textframe to several letters. I want to find the text with the textframe.

Sincerely Dieter

HI

I found it: If you get the selected text you can see Special characters. @[text with frame@]

Thanks a lot

Dieter

Top Tags