.. highlightlang:: us .. index:: PageGetAllObjects .. _pagegetallobjects: PageGetAllObjects ================= .. us.tag PageGetAllObjects NOTREADYENGLISH PageGet New5503 :ref:`PageGetAllObjects` returns the handles of all drawing objects. .. function:: hvObjects = PageGetAllObjects(hPage) hvObjects = PageGetAllObjects(hPage, ssClassName) .. us.return **Return Value** *hvObjects* is a vector of handles of all drawing objects of the Page *hPage* or 0. .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: ssClassName *ssClassName* is a string with one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - ``"OBJ_TEXT"`` - see :ref:`TBCreate`. * - ``"OBJ_RECT"`` - see :ref:`RBCreate`. * - ``"OBJ_ELLIPSE"`` - see :ref:`EBCreate`. * - ``"OBJ_LINE"`` - see :ref:`LBCreate`. * - ``"OBJ_LINK"`` - see :ref:`CBCreate`. * - ``"OBJ_OLEITEM"`` - Can be a video, picture or OLE object (:ref:`GetObject`). * - ``"OBJ_TABLE"`` - see :ref:`TableCreate`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.3 - New. .. seealso:: :ref:`overview-diagrams`, :ref:`PageCreate`, :ref:`LayerGetAllObjects` :sub:`id-233361`