14 | | * If next page exist and it is empty (without any content) then on the next page text frame is created with the same properties as the first one (position, size, background etc.).The both frames are linked. |
15 | | * If next page exist and it is not empty then a new page is created after the current page and a text frame is created with the same properties as the first one (position, size, background etc.).The both frames are linked. All the pages after the new created one are shifted after it. |
16 | | * If there is no next page, then it's created with a text frame with the same properties as the first one (position, size, background etc.).The both frames are linked. |
17 | | * 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. |
18 | | * 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. |
19 | | * when a new frame is created by overflowing of other one then the new created frame's link should automatic becomes auto chain. |
| 14 | * If next page exist and it is empty (without any content) and not modified then the next page takes the previous page's template and logically text frame is created with the same properties as the first one (position, size, background etc.).The both frames are linked. |
| 15 | * If next page exist and it is not empty then a new page with the previous page's template is created after the current page and logically a text frame is created with the same properties as the first one (position, size, background etc.).The both frames are linked. All the pages after the new created one are shifted after it. |
| 16 | * If there is no next page, then it's created with the previous page's template and logically with a text frame with the same properties as the first one (position, size, background etc.).The both frames are linked. |
| 17 | * If there are some text frames(not one) on the page and the last text frame overflow then a new page with the previous page's template and logically 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. |
| 18 | * When a new frame is created by overflowing of other one then the new created frame's link should automatic becomes auto chain. |
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 . The link between the others is saved as if there are pages, having only empty text frames, these pages are deleted without loosing the links in the chain. |
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. |
23 | | * If the frame is the last one then the frame is deleted without destroying the chain and the text in the chain is saved. |
24 | | * Deleting a page that contain linked text frames with other pages' frames should act in the same way as deleting a frame but including all the linked frames in the page. |
25 | | * Unlinking text frames should act in the same way as deleting the first or a middle frame but without deleting the frame. |
| 20 | * 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 . The links between the others are saved as if there are pages, having only none modified pages with empty text frames, these pages are deleted without loosing the links in the chain. |
| 21 | * If the frame is a middle frame in the chain, then in case of no destructing the links between the frames before and after the deleted frame link them, save the links between the other frames in the new created chain and save the text. |
| 22 | * If the frame is the last one then the frame is deleted without destroying the chain before it and the text in the chain is saved. |
| 23 | * Deleting a page that contains linked text frames with other pages' frames should act in the same way as deleting a frame but including all the linked frames in the page. |
| 24 | * Unlinking text frames |
| 25 | * If the unlinked text frame is the first one in the chain, then all the text in the chain is saved in this frame. The links between the other text frames in the chain are as if there are pages, having only none modified pages with empty text frames, these pages are deleted without loosing the links in the chain. |
| 26 | * If the unlinked text frame is a middle one in the chain, then the text frame is divided from the chain as the text frame before it is linked to the text frame after it and the links between the other text frames in the chain and the text are preserved. |
| 27 | * If the text frame is the last one then it is divided from the chain without destroying the chain before it and the text in the chain is saved. |