|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module drawing {
offers some settings which are allowed even for objects which are not yet inserted into a draw page.
Definition: XShapeDescriptor.idl:31
void setSize([in] com::sun::star::awt::Size aSize)
sets the size of this object.
void setPosition([in] com::sun::star::awt::Point aPosition)
sets the current position of this object
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:29
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:28
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:31
Definition: Ambiguous.idl:20
com::sun::star::awt::Size getSize()
gets the size of this object.
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:28
com::sun::star::awt::Point getPosition()
gets the current position of this object.