:: com :: sun :: star :: sheet ::

service Shape

Included Services - Summary
::com::sun::star::drawing::Shape
(referenced entity's summary:)
Properties' Summary
::com::sun::star::uno::XInterface
Anchor
contains the object where this shape is anchored on.  
boolean
ResizeWithCell
[ OPTIONAL ]
If set, the shape will resize with the cell. Only works when shape is anchored to a cell.
Since LibreOffice 6.3  
long
HoriOrientPosition
contains the horizontal position of the object (1/100 mm).  
long
VertOrientPosition
contains the vertical position of the object (1/100 mm).  
Included Services - Details
::com::sun::star::drawing::Shape
(referenced entity's summary:)
Properties' Details
Anchor
::com::sun::star::uno::XInterface Anchor;
Description
contains the object where this shape is anchored on.

Possible objects are XSpreadsheet and XCell.

ResizeWithCell
boolean ResizeWithCell;
Usage Restrictions
optional
Description
If set, the shape will resize with the cell. Only works when shape is anchored to a cell.
Since LibreOffice 6.3
HoriOrientPosition
long HoriOrientPosition;
Description
contains the horizontal position of the object (1/100 mm).

The position is relative to the anchor object.

If the underlying table layout direction is left to right the position is the difference of the left top edge of the anchor object and the left top edge of the drawing object.

If the underlying table layout direction is right to left the position is the difference of the right top edge of the anchor object and the right top edge of the drawing object.

VertOrientPosition
long VertOrientPosition;
Description
contains the vertical position of the object (1/100 mm).

The position is relative to the anchor object.

If the underlying table layout direction is left to right the position is the difference of the left top edge of the anchor object and the left top edge of the drawing object.

If the underlying table layout direction is right to left the position is the difference of the right top edge of the anchor object and the right top edge of the drawing object.


 
Top of Page