:: ooo :: vba :: msforms ::

interface XShape
Base Interfaces
XShape
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
TextFrame  
WrapFormat  
Delete  
ZOrder  
IncrementRotation  
IncrementLeft  
IncrementTop  
Select  
ScaleHeight  
ScaleWidth  
ShapeRange  
Attributes' Summary
Name  
Height  
Width  
Left  
Top  
Visible  
ZOrderPosition  
Type  
Rotation  
Line  
Fill  
PictureFormat  
LockAspectRatio  
LockAnchor  
RelativeHorizontalPosition  
RelativeVerticalPosition  
Methods' Details
TextFrame
any
TextFrame();

WrapFormat
any
WrapFormat();

Delete
void
Delete();

ZOrder
void
ZOrder( [in] long  ZOrderCmd );

IncrementRotation
void
IncrementRotation( [in] double  Increment );

IncrementLeft
void
IncrementLeft( [in] double  Increment );

IncrementTop
void
IncrementTop( [in] double  Increment );

Select
void
Select( [in] any  Replace );

ScaleHeight
void
ScaleHeight( [in] double  Factor,
[in] boolean  RelativeToOriginalSize,
[in] long  Scale );

ScaleWidth
void
ScaleWidth( [in] double  Factor,
[in] boolean  RelativeToOriginalSize,
[in] long  Scale );

ShapeRange
any
ShapeRange( [in] any  index );

Attributes' Details
Name
string Name;
Height
double Height;
Width
double Width;
Left
double Left;
Top
double Top;
Visible
boolean Visible;
ZOrderPosition
[ readonly ] long ZOrderPosition;
Type
[ readonly ] long Type;
Rotation
double Rotation;
Line
[ readonly ] XLineFormat Line;
Fill
[ readonly ] XFillFormat Fill;
PictureFormat
[ readonly ] XPictureFormat PictureFormat;
LockAspectRatio
boolean LockAspectRatio;
LockAnchor
boolean LockAnchor;
RelativeHorizontalPosition
long RelativeHorizontalPosition;
RelativeVerticalPosition
long RelativeVerticalPosition;
Top of Page