Changes between Version 1 and Version 2 of FRAME_POSITION_R0


Ignore:
Timestamp:
12/10/08 17:58:13 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_POSITION_R0

    v1 v2  
    77 
    88== Overview == 
    9  
     9The frames could have different position in relation to the page. They could overlap but the frame should be able to fit into the page size. 
    1010 
    1111== Task requirements == 
    12  *  
    13  *  
    14  *  
    15  *  
    16  *  
     12 * The frame should have property for the distance to the top of the page. It should be greater than 0 and less than (page`s hight-frame`s high).  
     13 * The frame should have property for the distance to the left end of the page. It should be greater than 0 and less than (page`s width-frame`s width).  
    1714 
    1815== Task result == 
     
    2017 
    2118== Implementation idea == 
    22  *  
    23  *  
     19 * Create Position class extending !ProObject with properties for the frames upper left position 
     20 * Add Position position property to the Frame 
     21 
    2422 
    2523== Related ==