interface XShapeDescriptor in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

interface XShapeDescriptor : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getShapeType

Known Services Which Export this Interface

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

Method Details



getShapeType

Syntax

string getShapeType ();

Description

Returns

the service name of a string. Will be replaced by com::sun::star::lang::ServiceName
Top of Page