phpDocumentor

SlideImageArea
in package
implements SlideImageAreaInterface

Class SlideImageArea

Represents the default settings of a single image area in a slide.

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

SlideImageAreaInterface
Interface SlideImageAreaInterface

Table of Contents

$coordinates  : string
Image area coordinates
$id  : int
Slide image area ID
$linkTarget  : string
Link target
$linkTitle  : string
Link title
$linkUrl  : string
Link URL
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.

Properties

Methods

getCoordinates()

Return the coordinates of the slide image area.

public getCoordinates() : string
Return values
string

Coordinates of the slide image area.

getId()

Return the ID of the slide image.

public getId() : int
Return values
int

Slide image ID.

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