Changes between Version 14 and Version 15 of FRAME_POSITION_R0


Ignore:
Timestamp:
12/12/08 18:16:08 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified FRAME_POSITION_R0

    v14 v15  
    77 
    88== Overview == 
    9 In default mode the frame`s position is the position of its contents`s upper left point, however a frame should be able to set and get its position in all modes(including borders, margins, etc.) and for different special points(middle, right angle, etc). Its coordinates are calculated in relation to the upper left angle of the page which has coordinates (0,0). Frames could overlap and/or not fit into the page. Even when some frames or frame parts are outside the page`s range they are still a part of the working area and should be seen in author mode. They however should be clipped out in reader mode so that the reader stays unaware of them.  
     9Frames coordinates are calculated in relation to the upper left angle of the page which has coordinates (0,0). In default mode the frame`s position is the position of its content`s upper left point, however a frame should be able to set and get its position in all modes(including borders, margins, etc.) and for different special points (middle, right angle, etc). A rotation will be kept in the model only by the angle, so the position should change when rotating also. Frames could overlap and/or not fit into the page. Even when some frames or frame parts are outside the page`s range they are still a part of the working area and should be seen in author mode. They however should be clipped out in reader mode so that the reader stays unaware of them.  
    1010 
    1111== Task requirements == 
     
    3131== How to demo == 
    3232 * Create frame with concrete coordinates and check if they are correct.  
    33  * Change the frames coordinates and check that its position is updated. 
     33 * Change the frames coordinates in different modes and relative to different points and check that its position is updated correctly. 
    3434 
    3535= Design =