Home
last modified time | relevance | path

Searched refs:TableBorderProperties (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableBorderCell.php24 protected $tableBorderPropertiesType = TableBorderProperties::class;
42 * @param TableBorderProperties
44 public function setTableBorderProperties(TableBorderProperties $tableBorderProperties)
49 * @return TableBorderProperties
H A DUpdateTableBorderPropertiesRequest.php34 protected $tableBorderPropertiesType = TableBorderProperties::class;
82 * @param TableBorderProperties
84 public function setTableBorderProperties(TableBorderProperties $tableBorderProperties)
89 * @return TableBorderProperties
H A DTableBorderProperties.php20 class TableBorderProperties extends \Google\Model class
76 class_alias(TableBorderProperties::class, 'Google_Service_Slides_TableBorderProperties');