applyToPivotTables = $applyToPivotTables;
}
/**
* @return bool
*/
public function getApplyToPivotTables()
{
return $this->applyToPivotTables;
}
/**
* @param Color
*/
public function setBackgroundColor(Color $backgroundColor)
{
$this->backgroundColor = $backgroundColor;
}
/**
* @return Color
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
/**
* @param ColorStyle
*/
public function setBackgroundColorStyle(ColorStyle $backgroundColorStyle)
{
$this->backgroundColorStyle = $backgroundColorStyle;
}
/**
* @return ColorStyle
*/
public function getBackgroundColorStyle()
{
return $this->backgroundColorStyle;
}
/**
* @param int
*/
public function setColumnIndex($columnIndex)
{
$this->columnIndex = $columnIndex;
}
/**
* @return int
*/
public function getColumnIndex()
{
return $this->columnIndex;
}
/**
* @param GridRange
*/
public function setDataRange(GridRange $dataRange)
{
$this->dataRange = $dataRange;
}
/**
* @return GridRange
*/
public function getDataRange()
{
return $this->dataRange;
}
/**
* @param FilterCriteria
*/
public function setFilterCriteria(FilterCriteria $filterCriteria)
{
$this->filterCriteria = $filterCriteria;
}
/**
* @return FilterCriteria
*/
public function getFilterCriteria()
{
return $this->filterCriteria;
}
/**
* @param string
*/
public function setHorizontalAlignment($horizontalAlignment)
{
$this->horizontalAlignment = $horizontalAlignment;
}
/**
* @return string
*/
public function getHorizontalAlignment()
{
return $this->horizontalAlignment;
}
/**
* @param TextFormat
*/
public function setTextFormat(TextFormat $textFormat)
{
$this->textFormat = $textFormat;
}
/**
* @return TextFormat
*/
public function getTextFormat()
{
return $this->textFormat;
}
/**
* @param string
*/
public function setTitle($title)
{
$this->title = $title;
}
/**
* @return string
*/
public function getTitle()
{
return $this->title;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SlicerSpec::class, 'Google_Service_Sheets_SlicerSpec');