Home
last modified time | relevance | path

Searched refs:CellFormat (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellData.php29 protected $effectiveFormatType = CellFormat::class;
49 protected $userEnteredFormatType = CellFormat::class;
97 * @param CellFormat
99 public function setEffectiveFormat(CellFormat $effectiveFormat)
104 * @return CellFormat
195 * @param CellFormat
197 public function setUserEnteredFormat(CellFormat $userEnteredFormat)
202 * @return CellFormat
H A DBooleanRule.php24 protected $formatType = CellFormat::class;
42 * @param CellFormat
44 public function setFormat(CellFormat $format)
49 * @return CellFormat
H A DSpreadsheetProperties.php26 protected $defaultFormatType = CellFormat::class;
60 * @param CellFormat
62 public function setDefaultFormat(CellFormat $defaultFormat)
67 * @return CellFormat
H A DCellFormat.php20 class CellFormat extends \Google\Model class
228 class_alias(CellFormat::class, 'Google_Service_Sheets_CellFormat');