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

Re: Illustrator plugin rewrite from AS to C++, where to look for the equivalent of textFrame.contentVariable ???

$
0
0

Thanks for your input. I was not clear, but I'm a bit new to this:

In illustrator, you have the variables palette, where variables are defined, and then linked to make text-elements "dynamic".

 

We used to parse this as a simple "property" of the textframe, my_text.contentvariable,

import com.adobe.illustrator.Variable;

import com.adobe.illustrator.VariableKind;

 

var variable:Variable = textFrame.contentVariable as Variable;

 

and calling getType(variable.kind) and variable.name and the like...

 

We basically need to reconstruct the "save variable library" XML....


Viewing all articles
Browse latest Browse all 154536

Trending Articles



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