Changes between Version 13 and Version 14 of FRAME_POSITION_R0


Ignore:
Timestamp:
12/12/08 17:36:41 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_POSITION_R0

    v13 v14  
    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. Those modes measure the position of different special points of the frame (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.  
     9In 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.  
    1010 
    1111== Task requirements == 
    1212 * The frame should have only properties defining its position (x, y for example) in default mode. 
    13  * A frame should have get and set methods for position in all modes. 
     13 * A frame should have get and set methods for position in all modes and for all special points. 
    1414 
    1515== Task result ==