dashStyle = $dashStyle;
}
/**
* @return string
*/
public function getDashStyle()
{
return $this->dashStyle;
}
/**
* @param TableBorderFill
*/
public function setTableBorderFill(TableBorderFill $tableBorderFill)
{
$this->tableBorderFill = $tableBorderFill;
}
/**
* @return TableBorderFill
*/
public function getTableBorderFill()
{
return $this->tableBorderFill;
}
/**
* @param Dimension
*/
public function setWeight(Dimension $weight)
{
$this->weight = $weight;
}
/**
* @return Dimension
*/
public function getWeight()
{
return $this->weight;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableBorderProperties::class, 'Google_Service_Slides_TableBorderProperties');