PageGetAllObjectsΒΆ

PageGetAllObjects returns the handles of all drawing objects.

hvObjects = PageGetAllObjects(hPage)
hvObjects = PageGetAllObjects(hPage, ssClassName)

Return Value

hvObjects is a vector of handles of all drawing objects of the Page hPage or 0.

Parameters

hPage

Identifies the page.

ssClassName

ssClassName is a string with one of the following values:

Value

Meaning

"OBJ_TEXT"

see TBCreate.

"OBJ_RECT"

see RBCreate.

"OBJ_ELLIPSE"

see EBCreate.

"OBJ_LINE"

see LBCreate.

"OBJ_LINK"

see CBCreate.

"OBJ_OLEITEM"

Can be a video, picture or OLE object (GetObject).

"OBJ_TABLE"

see TableCreate.

History

Version

Description

R2013.3

New.

id-233361