Changes between Version 1 and Version 2 of FRAME_SIZE_R0


Ignore:
Timestamp:
12/12/08 17:15:46 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_SIZE_R0

    v1 v2  
    77 
    88== Overview == 
    9 The frame`s size is the width and hight of the frame. They are measured including paddings and the !FrameBorder but neither the visual component`s border nor the margins. A frame could have different sizes and could be even bigger than the page. In that case the frame`s parts which are outside the page`s range will be clipped out and wont be seen in reader mode. In author mode however all frames should be seen in whole.  
     9The frame`s size is the width and hight of the frame. In default mode they are the measurements of the frame content. The frame should be able to calculate  its size in different modes (including paddings, border and/or margins). A frame could even be bigger than the page. In that case the frame`s parts which are outside the page`s range will be clipped out and wont be seen in reader mode. In author mode however all frames should be seen in whole.  
    1010 
    1111== Task requirements == 
    1212 * The frame should have properties describing width and hight.  
    1313 * Those properties should be equal or grater than 0. 
     14 * The frame should be able to set and get its size in all modes.  
    1415 
    1516== Task result == 
     
    1819== Implementation idea == 
    1920 * Create width and hight value properties in the Frame. 
     21 * Create enums for modes if needed. 
    2022 
    2123== Related ==