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

interface XShapes3

Methods' Summary
sort * Sort shapes according to given sort order, for perf reason * just rearrange and don't broadcast * *  
Methods' Details
sort
void
sort( [in] sequence< long >  sortOrder )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
* Sort shapes according to given sort order, for perf reason * just rearrange and don't broadcast * *
Parameter sortOrder
* desired order of the shapes * *
Since LibreOffice 6.4
Top of Page