Home
last modified time | relevance | path

Searched refs:highlightStyle (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php50 public $highlightStyle; variable in Google\\Service\\Books\\Annotation
187 public function setHighlightStyle($highlightStyle) argument
189 $this->highlightStyle = $highlightStyle;
196 return $this->highlightStyle;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1022 public $highlightStyle; variable in Google_Annotation
1073 public function setHighlightStyle( $highlightStyle) { argument
1074 $this->highlightStyle = $highlightStyle;
1077 return $this->highlightStyle;