18 | | * If there are some text frames(not one) on the page and the last frame overflow then a new page with the same number, location, size and style of the linked text frames is created and the new created frames are linked in the same way as in the previous page and they are linked with the last one of the first page. |
19 | | * If there is unlinked text frame on the same page, auto chaining links with it. If the unlinked frames are more than one the link is with the earliest added one. |
20 | | * If there are two pages which have text frames that are linked and if a new text frame is inserted to the first one then this frame should be linked after the last frame on the first page and before the first frame on the second page. After the linking between the frame in the first page and the new inserted frame, in case of saving to a certain extent the old link, the new inserted frame becomes automatically auto chain and it is linked to the frame in the second page. |
21 | | * Deleting a text frame which is part of linked text frames and is not the last one of them deletes the frame, don't destruct the links between the others and open a PopUp for asking if the text in the frame to be saved: |
| 18 | * If there are some text frames(not one) on the page and the last text frame overflow then a new page with the same number, location, size and style of the linked text frames is created and the new created frames are linked in the same way as in the previous page and they are linked with the last one of the first page. |
| 19 | * If there are some other content besides the text frames and the text frame overflow then on the new page all kinds of the frames from the previous page are created with the same number, location, size and style of their prototypes in the previous page. The both frames are linked. |
| 20 | * Deleting a text frame which is part of linked text frames deletes the frame and: |
| 21 | * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources |
| 22 | * If the frame is a middle frame in the chain, then destruct the links between the frames before and after the deleted frame, save the links between the other frames in the new created two chains, save the text in the first chain and delete all the pages having no other content besides empty text frames but save the link between the other frames in the second chain. |