/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/Page.php (4023B)
layoutProperties = $layoutProperties;
}
/**
* @return Google_Service_Slides_LayoutProperties
*/
public function getLayoutProperties()
{
return $this->layoutProperties;
}
/**
* @param Google_Service_Slides_MasterProperties
*/
public function setMasterProperties(Google_Service_Slides_MasterProperties $masterProperties)
{
$this->masterProperties = $masterProperties;
}
/**
* @return Google_Service_Slides_MasterProperties
*/
public function getMasterProperties()
{
return $this->masterProperties;
}
/**
* @param Google_Service_Slides_NotesProperties
*/
public function setNotesProperties(Google_Service_Slides_NotesProperties $notesProperties)
{
$this->notesProperties = $notesProperties;
}
/**
* @return Google_Service_Slides_NotesProperties
*/
public function getNotesProperties()
{
return $this->notesProperties;
}
public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
public function getObjectId()
{
return $this->objectId;
}
/**
* @param Google_Service_Slides_PageElement[]
*/
public function setPageElements($pageElements)
{
$this->pageElements = $pageElements;
}
/**
* @return Google_Service_Slides_PageElement[]
*/
public function getPageElements()
{
return $this->pageElements;
}
/**
* @param Google_Service_Slides_PageProperties
*/
public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties)
{
$this->pageProperties = $pageProperties;
}
/**
* @return Google_Service_Slides_PageProperties
*/
public function getPageProperties()
{
return $this->pageProperties;
}
public function setPageType($pageType)
{
$this->pageType = $pageType;
}
public function getPageType()
{
return $this->pageType;
}
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
}
public function getRevisionId()
{
return $this->revisionId;
}
/**
* @param Google_Service_Slides_SlideProperties
*/
public function setSlideProperties(Google_Service_Slides_SlideProperties $slideProperties)
{
$this->slideProperties = $slideProperties;
}
/**
* @return Google_Service_Slides_SlideProperties
*/
public function getSlideProperties()
{
return $this->slideProperties;
}
}