Lines Matching refs:styleId
203 * @param int $styleId Identifier (within a table) for the style being deleted
206 public function delete($tableId, $styleId, $optParams = array()) { argument
207 $params = array('tableId' => $tableId, 'styleId' => $styleId);
216 * @param int $styleId Identifier (integer) for a specific style in a table
220 public function get($tableId, $styleId, $optParams = array()) { argument
221 $params = array('tableId' => $tableId, 'styleId' => $styleId);
272 * @param int $styleId Identifier (within a table) for the style being updated.
277 public function patch($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
278 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
291 * @param int $styleId Identifier (within a table) for the style being updated.
296 … public function update($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
297 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
1126 public $styleId; variable in Google_StyleSetting
1158 public function setStyleId( $styleId) { argument
1159 $this->styleId = $styleId;
1162 return $this->styleId;