phpDocumentor

SlideImageAreaInterface

Interface SlideImageAreaInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getCoordinates()  : string
Return the coordinates of the slide image area.
getId()  : int
Return the ID of the slide image.
getLinkTarget()  : string
Return the link target of the slide image area.
getLinkTitle()  : string
Return the link title of the slide image area.
getLinkUrl()  : string
Return the link URL of the slide image area.
setCoordinates()  : SlideImageAreaInterface
Set the coordinates for the slide image area.
setId()  : SlideImageAreaInterface
Set the slide image ID.
setLinkTarget()  : SlideImageAreaInterface
Set the link target for the slide image area.
setLinkTitle()  : SlideImageAreaInterface
Set the link title for the slide image area.
setLinkUrl()  : SlideImageAreaInterface
Set the link URL for the slide image area.

Methods

getCoordinates()

Return the coordinates of the slide image area.

public getCoordinates() : string
Return values
string

Coordinates of the slide image area.

getLinkTarget()

Return the link target of the slide image area.

public getLinkTarget() : string
Return values
string

Link target of the slide image area.

getLinkTitle()

Return the link title of the slide image area.

public getLinkTitle() : string
Return values
string

Link title of the slide image area.

getLinkUrl()

Return the link URL of the slide image area.

public getLinkUrl() : string
Return values
string

Link URL of the slide image area.

Search results