Changes between Version 10 and Version 11 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1
- Timestamp:
- 09/10/09 13:23:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_AUTO_CHAIN_BEHAVIOUR_R1
v10 v11 11 11 == Task requirements == 12 12 * 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 14 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. 15 19 * 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. 18 21 * 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). 19 22 * If the answer is no the frame and the text in the frame are deleted permanently. [[BR]] … … 38 41 == Related == 39 42 TEXT_AUTO_CHAIN_BEHAVIOUR_R0 43 TEXT_CHAINING_BEHAVIOUR_R0 44 TEXT_AUTO_CHAIN_MULTI_FLOW_R0 45 TEXT_CHAIN_HALOS_R0 46 40 47 41 48 == How to demo ==