service ImageMapObject in module com::sun::star::image::

(Global Index)

Syntax

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

Events

Property 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.

Property Details



URL

Syntax

string URL;

Description

This is the URL for this object


Description

Syntax

string Description;

Description

This is an optional description text for the link.


Target

Syntax

string Target;

Description

This is the target frame


Name

Syntax

string Name;

Description

Optionally, objects could be named.


IsActive

Syntax

boolean IsActive;

Description

If an object is not active, it is ignored when the user clicks on the ImageMap.

Top of Page