Documentation

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_DATETIME

public mixed PH_TYPE_DATETIME = 'dt'

PH_TYPE_SLIDENUM

public mixed PH_TYPE_SLIDENUM = 'sldNum'

PH_TYPE_SUBTITLE

public mixed PH_TYPE_SUBTITLE = 'subTitle'

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|null

getType()

public getType() : string
Return values
string

setIdx()

public setIdx(int $idx) : self
Parameters
$idx : int
Return values
self

setType()

public setType(string $type) : self
Parameters
$type : string
Return values
self

        
On this page

Search results