class SlideProperties extends Model (View source)

Properties

bool $isSkipped
string $layoutObjectId
string $masterObjectId
protected $notesPageType
protected $notesPageDataType

Methods

setIsSkipped($isSkipped)

No description

bool
getIsSkipped()

No description

setLayoutObjectId($layoutObjectId)

No description

string
getLayoutObjectId()

No description

setMasterObjectId($masterObjectId)

No description

string
getMasterObjectId()

No description

setNotesPage(Page $notesPage)

No description

getNotesPage()

No description

Details

setIsSkipped($isSkipped)

No description

Parameters

$isSkipped

bool getIsSkipped()

No description

Return Value

bool

setLayoutObjectId($layoutObjectId)

No description

Parameters

$layoutObjectId

string getLayoutObjectId()

No description

Return Value

string

setMasterObjectId($masterObjectId)

No description

Parameters

$masterObjectId

string getMasterObjectId()

No description

Return Value

string

setNotesPage(Page $notesPage)

No description

Parameters

Page $notesPage

Page getNotesPage()

No description

Return Value

Page