Changes between Version 7 and Version 8 of FRAME_POSITION_R0


Ignore:
Timestamp:
12/11/08 12:54:26 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_POSITION_R0

    v7 v8  
    77 
    88== Overview == 
    9 The frames position(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.  
     9The frame`s position is the position of its upper left point. 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 == 
     
    1616 
    1717== Implementation idea == 
    18  * Create Position class extending !ProObject with properties for the frame`s position (the upper left corner of the frame). 
     18 * Create Position class extending !ProObject with properties for the frame`s position. 
    1919 * Add Position position property to the Frame. 
    2020