LibreOffice
LibreOffice 24.8 SDK API Reference
|
This service is for a generic collection of shapes. More...
import <Shapes.idl;
Exported Interfaces | |
interface | com::sun::star::drawing::XShapes |
Additional Inherited Members | |
![]() | |
void | add ([in] com::sun::star::drawing::XShape xShape) |
inserts a Shape into this collection. | |
void | remove ([in] com::sun::star::drawing::XShape xShape) |
removes a Shape from this collection. | |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
![]() | |
type | getElementType () |
boolean | hasElements () |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
This service is for a generic collection of shapes.
interface com::sun::star::drawing::XShapes |