Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 97645

Re: InsertLabel and ExtractLabel of selected frame in indesign cc sdk using c++

$
0
0

Hi Ashwini,

 

You can try below for InsertLabel.

 

InterfacePtr<IScript> iScript(frameUIDRef, UseDefaultIID());

if(!iScript)

     break;

iScript->SetTag("KEY", "Value");

 

Whereas using GetTag("KEY") method you can achieve ExtractLabel.

 

Thanks,

Praveen


Viewing all articles
Browse latest Browse all 97645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>