0

I have 1 table in InDesign. Now I add a Rectangles on the Page, but it is behind the Table object. I want the Rectangle to be in front of the table. (i.e. the z-index of the table should be more than the rectangle)

How to achieve this using InDesign scripting?

divyanshm
  • 6,600
  • 7
  • 43
  • 72
D T
  • 3,522
  • 7
  • 45
  • 89
  • 1
    Items in the pageitems collection appear in the order of their depths, did you try modifying the index for these items to bring the rectangle up. – divyanshm Apr 26 '13 at 11:27
  • Index of Items readonly. I add Rectangles from vba. – D T Apr 26 '13 at 11:35

1 Answers1

0
  1. Add a new layer
  2. move to Top layer.
  3. move Rectangle to Top layer
D T
  • 3,522
  • 7
  • 45
  • 89