Changes between Version 12 and Version 13 of FRAME_POSITION_R0
- Timestamp:
- 12/12/08 17:27:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_POSITION_R0
v12 v13 7 7 8 8 == Overview == 9 The 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.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. 10 10 11 11 == Task requirements == 12 * The frame should have properties (x, y for example) defining its position in relation to the page. 12 * 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 14 14 15 == Task result ==