Changes between Version 28 and Version 29 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


Ignore:
Timestamp:
09/11/09 13:21:24 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v28 v29  
    1111== Task requirements == 
    1212 * Add a new object in the frame list for chaining: "Auto chain". 
    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. 
    2020 * Deleting a text frame which is part of linked text frames deletes the frame and: 
    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   
     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. 
    2222  * 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 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). 
    24   * If the answer is "no" the frame and the text in the frame are deleted permanently.  [[BR]] 
     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.  
    2524 * 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. 
    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 
    3527     
    3628== Task result ==