Chapter 2 -- 77
Reference Guide
"
""
" DocObject.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" DocObject.Height
Returns or sets the height of the object (in MeasureSystem
unit).
Access Read/Write.
Type VT_I4 or
Long.
"
""
" DocObject.Left
Returns or sets the distance between the left edge of the anchor
point of the object and the left edge of the document (in
MeasureSystem
unit).
Access Read/Write.
Type VT_I4orLong
.
"
""
" DocObject.Name
ReturnsorsetsthenameoftheDocObject
.
Access Read/Write.
Type VT_BSTR or String
.
"
""
" DocObject.Printable
Sets or not whether the object is printable.
Access Read/Write.
Type VT_BOOL or Boolean
.