Changes between Version 10 and Version 11 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


Ignore:
Timestamp:
09/10/09 13:23:21 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v10 v11  
    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, than on the next page text flow frame is created with the same properties as the first one (position, size, background etc.). The both frames are linked. If there is no next page, than it's created.  
     13  * If there is no other flow text frame on the page and the text overflows: 
     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. 
     16   * 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 
    1418  * 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. 
    1519  * 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. 
    16   * 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 
    17  * 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.   
     20  * 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.   
    1821  * If the answer is yes the text in the frame is reordered in the next frames in the line(in need a new frame as last one is created in the appropriate way). 
    1922  * If the answer is no the frame and the text in the frame are deleted permanently.  [[BR]] 
     
    3841== Related == 
    3942TEXT_AUTO_CHAIN_BEHAVIOUR_R0 
     43TEXT_CHAINING_BEHAVIOUR_R0 
     44TEXT_AUTO_CHAIN_MULTI_FLOW_R0 
     45TEXT_CHAIN_HALOS_R0 
     46 
    4047 
    4148== How to demo ==