SlideImageAreaInterface
in
Interface SlideImageAreaInterface
Tags
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.
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.
setCoordinates()
Set the coordinates for the slide image area.
public
setCoordinates(NonEmptyStringType $coordinates) : SlideImageAreaInterface
Parameters
- $coordinates : NonEmptyStringType
Return values
SlideImageAreaInterface —Same instance for chained method calls.
setId()
Set the slide image ID.
public
setId(IdType $id) : SlideImageAreaInterface
Parameters
- $id : IdType
-
Slide image ID.
Return values
SlideImageAreaInterface —Same instance for chained method calls.
setLinkTarget()
Set the link target for the slide image area.
public
setLinkTarget(NonEmptyStringType $linkTarget) : SlideImageAreaInterface
Parameters
- $linkTarget : NonEmptyStringType
Return values
SlideImageAreaInterface —Same instance for chained method calls.
setLinkTitle()
Set the link title for the slide image area.
public
setLinkTitle(StringType $linkTitle) : SlideImageAreaInterface
Parameters
- $linkTitle : StringType
Return values
SlideImageAreaInterface —Same instance for chained method calls.
setLinkUrl()
Set the link URL for the slide image area.
public
setLinkUrl(StringType $linkUrl) : SlideImageAreaInterface
Parameters
- $linkUrl : StringType
Return values
SlideImageAreaInterface —Same instance for chained method calls.