Home
last modified time | relevance | path

Searched refs:TableCellLocation (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDeleteTableColumnRequest.php22 protected $tableCellLocationType = TableCellLocation::class;
26 * @param TableCellLocation
28 public function setTableCellLocation(TableCellLocation $tableCellLocation)
33 * @return TableCellLocation
H A DDeleteTableRowRequest.php22 protected $tableCellLocationType = TableCellLocation::class;
26 * @param TableCellLocation
28 public function setTableCellLocation(TableCellLocation $tableCellLocation)
33 * @return TableCellLocation
H A DInsertTableColumnRequest.php26 protected $tableCellLocationType = TableCellLocation::class;
44 * @param TableCellLocation
46 public function setTableCellLocation(TableCellLocation $tableCellLocation)
51 * @return TableCellLocation
H A DInsertTableRowRequest.php26 protected $tableCellLocationType = TableCellLocation::class;
44 * @param TableCellLocation
46 public function setTableCellLocation(TableCellLocation $tableCellLocation)
51 * @return TableCellLocation
H A DTableRange.php30 protected $tableCellLocationType = TableCellLocation::class;
62 * @param TableCellLocation
64 public function setTableCellLocation(TableCellLocation $tableCellLocation)
69 * @return TableCellLocation
H A DTableCellLocation.php20 class TableCellLocation extends \Google\Model class
78 class_alias(TableCellLocation::class, 'Google_Service_Docs_TableCellLocation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DDeleteTableRowRequest.php22 protected $cellLocationType = TableCellLocation::class;
30 * @param TableCellLocation
32 public function setCellLocation(TableCellLocation $cellLocation)
37 * @return TableCellLocation
H A DDeleteTableColumnRequest.php22 protected $cellLocationType = TableCellLocation::class;
30 * @param TableCellLocation
32 public function setCellLocation(TableCellLocation $cellLocation)
37 * @return TableCellLocation
H A DTableBorderCell.php22 protected $locationType = TableCellLocation::class;
28 * @param TableCellLocation
30 public function setLocation(TableCellLocation $location)
35 * @return TableCellLocation
H A DTableRange.php26 protected $locationType = TableCellLocation::class;
48 * @param TableCellLocation
50 public function setLocation(TableCellLocation $location)
55 * @return TableCellLocation
H A DDeleteTextRequest.php22 protected $cellLocationType = TableCellLocation::class;
32 * @param TableCellLocation
34 public function setCellLocation(TableCellLocation $cellLocation)
39 * @return TableCellLocation
H A DDeleteParagraphBulletsRequest.php22 protected $cellLocationType = TableCellLocation::class;
32 * @param TableCellLocation
34 public function setCellLocation(TableCellLocation $cellLocation)
39 * @return TableCellLocation
H A DInsertTableColumnsRequest.php22 protected $cellLocationType = TableCellLocation::class;
38 * @param TableCellLocation
40 public function setCellLocation(TableCellLocation $cellLocation)
45 * @return TableCellLocation
H A DInsertTableRowsRequest.php22 protected $cellLocationType = TableCellLocation::class;
38 * @param TableCellLocation
40 public function setCellLocation(TableCellLocation $cellLocation)
45 * @return TableCellLocation
H A DInsertTextRequest.php22 protected $cellLocationType = TableCellLocation::class;
38 * @param TableCellLocation
40 public function setCellLocation(TableCellLocation $cellLocation)
45 * @return TableCellLocation
H A DCreateParagraphBulletsRequest.php26 protected $cellLocationType = TableCellLocation::class;
50 * @param TableCellLocation
52 public function setCellLocation(TableCellLocation $cellLocation)
57 * @return TableCellLocation
H A DUpdateParagraphStyleRequest.php22 protected $cellLocationType = TableCellLocation::class;
38 * @param TableCellLocation
40 public function setCellLocation(TableCellLocation $cellLocation)
45 * @return TableCellLocation
H A DTableCell.php26 protected $locationType = TableCellLocation::class;
52 * @param TableCellLocation
54 public function setLocation(TableCellLocation $location)
59 * @return TableCellLocation
H A DUpdateTextStyleRequest.php22 protected $cellLocationType = TableCellLocation::class;
38 * @param TableCellLocation
40 public function setCellLocation(TableCellLocation $cellLocation)
45 * @return TableCellLocation
H A DTableCellLocation.php20 class TableCellLocation extends \Google\Model class
62 class_alias(TableCellLocation::class, 'Google_Service_Slides_TableCellLocation');