LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "IndexedPropertyValues.idl";
Additional Inherited Members | |
![]() | |
void | insertByIndex ([in] long Index,[in] any Element) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
inserts the given element at the specified index. More... | |
void | removeByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
removes the element at the specified index. More... | |