Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XShapeDescriptor

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
offers some settings which are allowed even for objects which are not yet inserted into a draw page.


Known Services which Export this Interface

com::sun::star::drawing::Shape This abstract service specifies the general characteristics of all Shape s.

Methods' Summary

getShapeType

Methods' Details

getShapeType
 
string
getShapeType();
Description
Returns
the service name of a string. Will be replaced by com::sun::star::lang::ServiceName

Top of Page