Attributes' Summary |
Left |
Left coordinate of the drawing object, in points. |
Top |
Top coordinate of the drawing object, in points. |
Width |
Width of the drawing object, in points. |
Height |
Height of the drawing object, in points. |
Name |
The name of the drawing object, used as collection key. |
OnAction |
Name of a macro that will be executed when the drawing object is clicked. |
Placement |
Anchor mode of the object (fixed or variable position and size). Must
be a value from ooo::vba::excel::XlPlacement. |
PrintObject |
True = print object, false = skip object on printing. |
Attributes' Details |
Left
double Left;
- Description
- Left coordinate of the drawing object, in points.
|
|
Top
double Top;
- Description
- Top coordinate of the drawing object, in points.
|
|
Width
double Width;
- Description
- Width of the drawing object, in points.
|
|
Height
double Height;
- Description
- Height of the drawing object, in points.
|
|
Name
string Name;
- Description
- The name of the drawing object, used as collection key.
|
|
OnAction
string OnAction;
- Description
- Name of a macro that will be executed when the drawing object is clicked.
|
|
Placement
long Placement;
- Description
- Anchor mode of the object (fixed or variable position and size). Must
be a value from ooo::vba::excel::XlPlacement.
|
|
PrintObject
boolean PrintObject;
- Description
- True = print object, false = skip object on printing.
|
|
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.