Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Scripting
Viewing all articles
Browse latest Browse all 15932

New help! from forum

$
0
0

Hi Everybody inside forum..

 

I really need a great help from you forum...

 

I want to cut a box which has "effects: transparency settings: gradient Feather settings: applied" and paste it on layer called "gradient".

 

i tried like this;

doc = app.activeDocument.rectangles.everyItem();

for (i=0; i>doc.length; i++) {

if(doc.transparencySettings.gradientFeatherSettings == true) {

doc[i].itemLayer = "Gradient"

}}

 

but, i can't able to move the rectangle which has Gradient applied.

 

Help please forum...

 

Androse!!.


Viewing all articles
Browse latest Browse all 15932

Trending Articles



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