bullet = $bullet;
}
/**
* @return Bullet
*/
public function getBullet()
{
return $this->bullet;
}
/**
* @param ParagraphStyle
*/
public function setStyle(ParagraphStyle $style)
{
$this->style = $style;
}
/**
* @return ParagraphStyle
*/
public function getStyle()
{
return $this->style;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ParagraphMarker::class, 'Google_Service_Slides_ParagraphMarker');