SlideImageArea
in package
implements
SlideImageAreaInterface
Class SlideImageArea
Represents the default settings of a single image area in a slide.
Tags
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
$coordinates
Image area coordinates
protected
string
$coordinates
= ''
$id
Slide image area ID
protected
int
$id
= 0
$linkTarget
Link target
protected
string
$linkTarget
= ''
$linkTitle
Link title
protected
string
$linkTitle
= ''
$linkUrl
Link URL
protected
string
$linkUrl
= ''
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
Tags
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
Tags
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.