:: com :: sun :: star :: drawing ::
|
interface XShapeGrouper |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XShapeGrouper
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- specifies the group/ungroup functionality.
- Developers Guide
-
Methods' Details |
group
- Description
- groups the Shape s inside a collection.
Grouping of objects in text documents works only if none
of the objects has an anchor of type
AS_CHARACTER
.
- Parameter xShapes
-
the Shape s that will be grouped. They
must all be inserted into the same GenericDrawPage .
- Returns
-
a newly created GroupShape that contains all
Shape s from xShapes and is also added to the
GenericDrawPage of the Shape s
in xShapes.
|
|
ungroup
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|