: Overriding linked textframes from a master page I'm trying to take a master which have several linked textframes on them, then add text to the first textframe and want it to roll over into
I'm trying to take a master which have several linked textframes on them, then add text to the first textframe and want it to roll over into the next text frame. To do this, I'm creating a new page, applying the master, then overriding the first text frame. No text is rolling over.
I understand from here that overriding will take the textframe out of the 'chain' of links on the master, so, how do I do this? Must I really re-link everything again?
This is the code I'm using with COM:
page.AppliedMaster.TextFrames["primary"].Override(page);
page.TextFrames["primary].ParentStory.InsertionPoints[-1].Contents = theContent;
where primary is the name of the first text frame at the top of the link.
More posts by @Samaraweera207
1 Comments
Sorted by latest first Latest Oldest Best
The simple answer is yes, you must override and relink all the linked text frames (NextTextFrame) whilst NextTextFrame is not null!
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.