Chapter 2 -- 76
Programmer’s Guide
DocObject Object
Properties
Methods
AnchorPoint
Bound
Application
Move
BackColor
ForeColor
Height
Left
Locked
Name
Parent
Printable
Rotation
Top
Type
Width
"
"
"
"
DocObject.AnchorPoint
Returns or sets the anchor point of the current object.
Access
Read/Write.
Type
VT_I2 or Integer or enumAnchorPoint type.
lppxTopLeft
= 1
lppxTopCenter
= 2
lppxTopRight
= 3
lppxCenterLeft
= 4
lppxCenter
= 5
lppxCenterRight
= 6
lppxBottomLeft
= 7
lppxBottomCenter = 8
lppxBottomRight = 9
Object
Properties