:: ooo :: vba :: msforms ::

interface XShapeRange
Base Interfaces
XShapeRange
┗ ::ooo::vba::XCollection
   ┣ ::ooo::vba::XHelperInterface
   ┃ ┗ ::com::sun::star::lang::XServiceInfo
   ┣ ::com::sun::star::script::XDefaultMethod
   ┗ ::com::sun::star::container::XEnumerationAccess
      ┗ ::com::sun::star::container::XElementAccess

::ooo::vba::XCollection

Methods' Summary
TextFrame  
WrapFormat  
Select  
Group  
IncrementRotation  
IncrementLeft  
IncrementTop  
Attributes' Summary
Height  
Width  
Left  
Top  
Line  
Fill  
LockAspectRatio  
LockAnchor  
RelativeHorizontalPosition  
RelativeVerticalPosition  
Methods' Details
TextFrame
any
TextFrame();

WrapFormat
any
WrapFormat();

Select
void
Select();

Group
XShape
Group();

IncrementRotation
void
IncrementRotation( [in] double  Increment );

IncrementLeft
void
IncrementLeft( [in] double  Increment );

IncrementTop
void
IncrementTop( [in] double  Increment );

Attributes' Details
Height
double Height;
Width
double Width;
Left
double Left;
Top
double Top;
Line
[ readonly ] XLineFormat Line;
Fill
[ readonly ] XFillFormat Fill;
LockAspectRatio
boolean LockAspectRatio;
LockAnchor
boolean LockAnchor;
RelativeHorizontalPosition
long RelativeHorizontalPosition;
RelativeVerticalPosition
long RelativeVerticalPosition;
Top of Page