Skip to main content
Aman_Alam1
Participating Frequently
March 4, 2011
Question

How to find ITextVariableTable?

  • March 4, 2011
  • 1 reply
  • 446 views

Hi,

I want to find ITextVariableTable for finding variable text in indesign.

I have IStringData and IScript, but not able to find the above interface.

I find that 'QueryTextVariableTableFromScript' function of ITextScriptUtils will give 'ITextVariableTable' but it also require 'RequestContext' as parameter and I am unable to get it.

Is there any other way to find variable text?

Please help me.

Thanks,

Aman

This topic has been closed for replies.

1 reply

Participating Frequently
March 23, 2011

If you have IScriptEventData:

scriptEventData->GetRequestContext();