format = $format;
}
/**
* @return TextFormat
*/
public function getFormat()
{
return $this->format;
}
/**
* @param int
*/
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
/**
* @return int
*/
public function getStartIndex()
{
return $this->startIndex;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TextFormatRun::class, 'Google_Service_Sheets_TextFormatRun');