Chapter 2 -- 79
Reference Guide
"
""
" DocObject.Bound
VTS_NONE Bound ( longLeftPosition, longTopPosition ,
longRightPosition , longBottomPosition).
Sets the bounding rectangle of an object.
Parameters:
longLeftPosition RequiredVT_I4orLong
.Distance
between the left edge of an object and the left edge of the
document (in MeasureSystem
unit).
longTopPosition RequiredVT_I4orLong
.Distance
between the top edge of an object and the top edge of the
document (in MeasureSystem
unit).
longRightPosition RequiredVT_I4orLong
.Distance
between the right edge of an object and the left edge ofthe
document (in MeasureSystem
unit).
longBottomPosition RequiredVT_I4orLong
.Distance
between the bottom edge of an object and the top edge ofthe
document (in MeasureSystem
unit).
"
""
" DocObject.Move
VTS_NONE Move (longLeftPosition, longTopPosition ).
Movesanobjectinitswindow.
Parameters:
longLeftPosition RequiredVT_I4orLong
.Distance
between the left edge of an object and the left edge of the
document (in MeasureSystem
unit).
longTopPosition RequiredVT_I4orLong
.Distance
between the top edge of an object and the top edge of the
document (in MeasureSystem
unit).
Object
Methods