:: com :: sun :: star :: drawing ::

interface XShapeDescriptor
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XShapeDescriptor
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Deprecation Info
replaced by ::com::sun::star::lang::XServiceName
Description
offers some settings which are allowed even for objects which are not yet inserted into a draw page.

Methods' Summary
getShapeType  
Methods' Details
getShapeType
string
getShapeType();

Description
Returns
the programmatic name of the shape type.
Top of Page