IImageProperties Interface
Image information for a normal image.
Syntax
Unit: FlexCel.Core
IImageProperties = interface(IBaseImageProperties);
Methods
| Name |
Description |
| Inc |
Returns a COPY of the class with its coordinates incremented by 1.
|
| IncNoCopy |
Increments the anchor of the image, and returns the SAME object. This method doesn't clone the TImageProperties object.
|
| Dec |
Returns a COPY of the class with its coords decremented by 1.
|
| DecNoCopy |
Decrements the anchor of the image, and returns the SAME object. This method doesn't clone the TImageProperties object.
|
| ShapeOptions |
Internal use, don't use directly; |
| CreateShapeOptions |
Internal use, don't use directly; |
Properties
| Name |
Description |
| Anchor |
Image position |
| ShapeName |
Name of the image. It sets/gets the name of the shape for the image as you can see it on the names combobox. If you set it to null Excel will show a generic name, like "Picture 31" |
| AltText |
Alternative Text. This is the same as the "Alt Text" tab in the properties dialog for the image, and is used when exporting to HTML.
|
| Title |
Specifies the title (caption) of the current object.
|
| IsCameraObject |
Returns true if this is a camera object |