:: com :: sun :: star :: image ::

service ImageMapObject
Description
this is a base service for objects inside a image maps.
See also
ImageMap
See also
ImageMapRectangleObject
See also
ImageMapCircleObject
See also
ImageMapPolygonObject

Exported Interfaces
::com::sun::star::beans::XPropertySet
Description
Interface to access the properties of this service.
::com::sun::star::document::XEventsSupplier
Description
This interface gives access to the events bound to this ImageMapObject.

See also
::com::sun::star::document::Events
Properties' Summary
URL This is the URL for this object
Description This is an optional description text for the link.
Target This is the target frame
Name Optionally, objects could be named.
IsActive If an object is not active, it is ignored when the user clicks on the ImageMap.
Properties' Details
URL
string URL;
Description
This is the URL for this object
Description
string Description;
Description
This is an optional description text for the link.
Target
string Target;
Description
This is the target frame
Name
string Name;
Description
Optionally, objects could be named.
IsActive
boolean IsActive;
Description
If an object is not active, it is ignored when the user clicks on the ImageMap.

 
Top of Page