13 | | * When setting auto chaining to a text frame the following things should be acquired: |
14 | | * If there is no other text frame on the page and the text overflows: |
15 | | * 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. |
16 | | * 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. |
17 | | * 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. |
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. |
| 13 | * When setting auto chaining to a text frame and it overflows, the following things should be acquired: |
| 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. |
26 | | * Unlinking text frames should come with a PopUp asking where the text after the point of interception to be saved: before or after this point: |
27 | | * If before is chosen: |
28 | | * The text is saved before the point of interception |
29 | | * If the frames before are not big enough for the entire text, the text after the last frame of them becomes floating and invisible. |
30 | | * The frames after the point of unlinking stays empty but not deleted. |
31 | | * All the other links between the other text frames still exist. |
32 | | * If after is chosen: |
33 | | * All the text frames and text in them remain. |
34 | | * This link is broken but all the other links between the other frames still exist. |
| 25 | * Unlinking text frames should act in the same way as deleting the first or a middle frame but without deleting the frame. |
| 26 | |