Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XShapeGroup

Base Interface
com::sun::star::drawing::XShape

[ DEPRECATED ]
Description
is implemented by Shape s that contain other Shape s.


Known Services which Export this Interface

com::sun::star::drawing::GroupShape This service is for a group of Shape s.

Methods' Summary

enterGroup enters the group which enables the editing function for the parts of a grouped Shape . Then the parts can be edited instead of the group as a whole.
leaveGroup leaves the group, which disables the editing function for the parts of a grouped Shape . Then only the group as a whole can be edited.

Methods' Details

enterGroup
 
void
enterGroup();
Description
enters the group which enables the editing function for the parts of a grouped Shape . Then the parts can be edited instead of the group as a whole.

This affects only the user interface. The behavior is not specified if this instance is not visible on any view. In this case it may or may not work.

leaveGroup
 
void
leaveGroup();
Description
leaves the group, which disables the editing function for the parts of a grouped Shape . Then only the group as a whole can be edited.

This affects only the user interface. The behavior is not specified if this instance is not visible on any view. In this case it may or may not work.


Top of Page