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. |
| 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 therefore 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 therefore 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 therefore 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 therefore 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. |