angle = $angle;
}
/**
* @return int
*/
public function getAngle()
{
return $this->angle;
}
/**
* @param bool
*/
public function setVertical($vertical)
{
$this->vertical = $vertical;
}
/**
* @return bool
*/
public function getVertical()
{
return $this->vertical;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TextRotation::class, 'Google_Service_Sheets_TextRotation');