Changes between Version 11 and Version 12 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


Ignore:
Timestamp:
09/10/09 13:30:29 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v11 v12  
    1111== Task requirements == 
    1212 * When setting auto chaining to a text frame the following things should be acquired: 
    13   * If there is no other flow text frame on the page and the text overflows: 
     13  * If there is no other text frame on the page and the text overflows: 
    1414   * 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. 
    1515   * 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. 
    1616   * If there is no next page, than 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 on a 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 
    18   * If there is unlinked text frame on the same page auto chaining link with it. If the unlinked frames are more than one the link is with the earliest added one. 
     17   * 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 are linked with the last one of the first page. 
     18  * 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. 
    1919  * 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. 
    2020  * 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.