Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php26 public $afterSelectedText; variable in Google\\Service\\Books\\Annotation
89 public function setAfterSelectedText($afterSelectedText) argument
91 $this->afterSelectedText = $afterSelectedText;
98 return $this->afterSelectedText;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1011 public $afterSelectedText; variable in Google_Annotation
1031 public function setAfterSelectedText( $afterSelectedText) { argument
1032 $this->afterSelectedText = $afterSelectedText;
1035 return $this->afterSelectedText;