backgroundSuggestionState = $backgroundSuggestionState;
}
/**
* @return BackgroundSuggestionState
*/
public function getBackgroundSuggestionState()
{
return $this->backgroundSuggestionState;
}
/**
* @param bool
*/
public function setDefaultFooterIdSuggested($defaultFooterIdSuggested)
{
$this->defaultFooterIdSuggested = $defaultFooterIdSuggested;
}
/**
* @return bool
*/
public function getDefaultFooterIdSuggested()
{
return $this->defaultFooterIdSuggested;
}
/**
* @param bool
*/
public function setDefaultHeaderIdSuggested($defaultHeaderIdSuggested)
{
$this->defaultHeaderIdSuggested = $defaultHeaderIdSuggested;
}
/**
* @return bool
*/
public function getDefaultHeaderIdSuggested()
{
return $this->defaultHeaderIdSuggested;
}
/**
* @param bool
*/
public function setEvenPageFooterIdSuggested($evenPageFooterIdSuggested)
{
$this->evenPageFooterIdSuggested = $evenPageFooterIdSuggested;
}
/**
* @return bool
*/
public function getEvenPageFooterIdSuggested()
{
return $this->evenPageFooterIdSuggested;
}
/**
* @param bool
*/
public function setEvenPageHeaderIdSuggested($evenPageHeaderIdSuggested)
{
$this->evenPageHeaderIdSuggested = $evenPageHeaderIdSuggested;
}
/**
* @return bool
*/
public function getEvenPageHeaderIdSuggested()
{
return $this->evenPageHeaderIdSuggested;
}
/**
* @param bool
*/
public function setFirstPageFooterIdSuggested($firstPageFooterIdSuggested)
{
$this->firstPageFooterIdSuggested = $firstPageFooterIdSuggested;
}
/**
* @return bool
*/
public function getFirstPageFooterIdSuggested()
{
return $this->firstPageFooterIdSuggested;
}
/**
* @param bool
*/
public function setFirstPageHeaderIdSuggested($firstPageHeaderIdSuggested)
{
$this->firstPageHeaderIdSuggested = $firstPageHeaderIdSuggested;
}
/**
* @return bool
*/
public function getFirstPageHeaderIdSuggested()
{
return $this->firstPageHeaderIdSuggested;
}
/**
* @param bool
*/
public function setMarginBottomSuggested($marginBottomSuggested)
{
$this->marginBottomSuggested = $marginBottomSuggested;
}
/**
* @return bool
*/
public function getMarginBottomSuggested()
{
return $this->marginBottomSuggested;
}
/**
* @param bool
*/
public function setMarginFooterSuggested($marginFooterSuggested)
{
$this->marginFooterSuggested = $marginFooterSuggested;
}
/**
* @return bool
*/
public function getMarginFooterSuggested()
{
return $this->marginFooterSuggested;
}
/**
* @param bool
*/
public function setMarginHeaderSuggested($marginHeaderSuggested)
{
$this->marginHeaderSuggested = $marginHeaderSuggested;
}
/**
* @return bool
*/
public function getMarginHeaderSuggested()
{
return $this->marginHeaderSuggested;
}
/**
* @param bool
*/
public function setMarginLeftSuggested($marginLeftSuggested)
{
$this->marginLeftSuggested = $marginLeftSuggested;
}
/**
* @return bool
*/
public function getMarginLeftSuggested()
{
return $this->marginLeftSuggested;
}
/**
* @param bool
*/
public function setMarginRightSuggested($marginRightSuggested)
{
$this->marginRightSuggested = $marginRightSuggested;
}
/**
* @return bool
*/
public function getMarginRightSuggested()
{
return $this->marginRightSuggested;
}
/**
* @param bool
*/
public function setMarginTopSuggested($marginTopSuggested)
{
$this->marginTopSuggested = $marginTopSuggested;
}
/**
* @return bool
*/
public function getMarginTopSuggested()
{
return $this->marginTopSuggested;
}
/**
* @param bool
*/
public function setPageNumberStartSuggested($pageNumberStartSuggested)
{
$this->pageNumberStartSuggested = $pageNumberStartSuggested;
}
/**
* @return bool
*/
public function getPageNumberStartSuggested()
{
return $this->pageNumberStartSuggested;
}
/**
* @param SizeSuggestionState
*/
public function setPageSizeSuggestionState(SizeSuggestionState $pageSizeSuggestionState)
{
$this->pageSizeSuggestionState = $pageSizeSuggestionState;
}
/**
* @return SizeSuggestionState
*/
public function getPageSizeSuggestionState()
{
return $this->pageSizeSuggestionState;
}
/**
* @param bool
*/
public function setUseCustomHeaderFooterMarginsSuggested($useCustomHeaderFooterMarginsSuggested)
{
$this->useCustomHeaderFooterMarginsSuggested = $useCustomHeaderFooterMarginsSuggested;
}
/**
* @return bool
*/
public function getUseCustomHeaderFooterMarginsSuggested()
{
return $this->useCustomHeaderFooterMarginsSuggested;
}
/**
* @param bool
*/
public function setUseEvenPageHeaderFooterSuggested($useEvenPageHeaderFooterSuggested)
{
$this->useEvenPageHeaderFooterSuggested = $useEvenPageHeaderFooterSuggested;
}
/**
* @return bool
*/
public function getUseEvenPageHeaderFooterSuggested()
{
return $this->useEvenPageHeaderFooterSuggested;
}
/**
* @param bool
*/
public function setUseFirstPageHeaderFooterSuggested($useFirstPageHeaderFooterSuggested)
{
$this->useFirstPageHeaderFooterSuggested = $useFirstPageHeaderFooterSuggested;
}
/**
* @return bool
*/
public function getUseFirstPageHeaderFooterSuggested()
{
return $this->useFirstPageHeaderFooterSuggested;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DocumentStyleSuggestionState::class, 'Google_Service_Docs_DocumentStyleSuggestionState');