Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php30 public $beforeSelectedText; variable in Google\\Service\\Books\\Annotation
103 public function setBeforeSelectedText($beforeSelectedText) argument
105 $this->beforeSelectedText = $beforeSelectedText;
112 return $this->beforeSelectedText;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1012 public $beforeSelectedText; variable in Google_Annotation
1037 public function setBeforeSelectedText( $beforeSelectedText) { argument
1038 $this->beforeSelectedText = $beforeSelectedText;
1041 return $this->beforeSelectedText;