Placeholder
in package
Table of Contents
Constants
- PH_TYPE_BODY = 'body'
- Placeholder Type constants
- PH_TYPE_CHART = 'chart'
- PH_TYPE_DATETIME = 'dt'
- PH_TYPE_FOOTER = 'ftr'
- PH_TYPE_SLIDENUM = 'sldNum'
- PH_TYPE_SUBTITLE = 'subTitle'
- PH_TYPE_TITLE = 'title'
Properties
- $hasCustomPrompt : bool
- Indicates whether the placeholder should have a customer prompt.
- $idx : null|int
- Specifies the index of the placeholder. This is used when applying templates or changing layouts to match a placeholder on one template or master to another.
- $type : string
- Specifies what content type the placeholder is to contains.
Methods
- __construct() : mixed
- getIdx() : int|null
- getType() : string
- setIdx() : self
- setType() : self
Constants
PH_TYPE_BODY
Placeholder Type constants
public
mixed
PH_TYPE_BODY
= 'body'
PH_TYPE_CHART
public
mixed
PH_TYPE_CHART
= 'chart'
PH_TYPE_DATETIME
public
mixed
PH_TYPE_DATETIME
= 'dt'
PH_TYPE_FOOTER
public
mixed
PH_TYPE_FOOTER
= 'ftr'
PH_TYPE_SLIDENUM
public
mixed
PH_TYPE_SLIDENUM
= 'sldNum'
PH_TYPE_SUBTITLE
public
mixed
PH_TYPE_SUBTITLE
= 'subTitle'
PH_TYPE_TITLE
public
mixed
PH_TYPE_TITLE
= 'title'
Properties
$hasCustomPrompt
Indicates whether the placeholder should have a customer prompt.
protected
bool
$hasCustomPrompt
$idx
Specifies the index of the placeholder. This is used when applying templates or changing layouts to match a placeholder on one template or master to another.
protected
null|int
$idx
$type
Specifies what content type the placeholder is to contains.
protected
string
$type
Methods
__construct()
public
__construct(string $type) : mixed
Parameters
- $type : string
getIdx()
public
getIdx() : int|null
Return values
int|nullgetType()
public
getType() : string
Return values
stringsetIdx()
public
setIdx(int $idx) : self
Parameters
- $idx : int
Return values
selfsetType()
public
setType(string $type) : self
Parameters
- $type : string