Hi,
In my document have 4 stories. and one text frame
this text frame is make of anchored text frame and it move in story 1
It is possible ?
please help me...
my coding is shown in below
------------------------------
tell application "Adobe InDesign CC 2014"
set storyofset to story offset of myElement-------------->myElement is particular xpath
tell storyofset
set anchored position of anchored object settings of text frame 1 to anchored
set horizontal reference point of anchored object settings of text frame 1 to anchor location
set anchor xoffset of anchored object settings of text frame 1 to 0
set anchor yoffset of anchored object settings of text frame 1 to 0
set text column count of text frame preferences of text frame 1 to 1
end tell
end tell
thanks in advance.
by, John Peter.