Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all articles
Browse latest Browse all 20709

How to copy a table from one text frame to another...

$
0
0

Is there a way to copy a table from one text frame to another? I'm using JavaScript. The following will move a table from one text frame to another, but I need to copy.

 

var srcFrame = document.textFrames.item("section-template");

var dstFrame = document.textFrames.item("test");

srcFrame.characters[0].move(LocationOptions.before, dstFrame.insertionPoints[0]);

 

Thanks,

Mike-


Viewing all articles
Browse latest Browse all 20709

Trending Articles



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