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

interface XShapeDescriptor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XShapeDescriptor
[ DEPRECATED ]
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