Home
last modified time | relevance | path

Searched refs:EndOfSegmentLocation (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DCreateFootnoteRequest.php22 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
28 * @param EndOfSegmentLocation
30 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
35 * @return EndOfSegmentLocation
H A DInsertPageBreakRequest.php22 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
28 * @param EndOfSegmentLocation
30 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
35 * @return EndOfSegmentLocation
H A DInsertTextRequest.php22 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
32 * @param EndOfSegmentLocation
34 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
39 * @return EndOfSegmentLocation
H A DInsertSectionBreakRequest.php22 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
32 * @param EndOfSegmentLocation
34 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
39 * @return EndOfSegmentLocation
H A DInsertTableRequest.php26 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
50 * @param EndOfSegmentLocation
52 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
57 * @return EndOfSegmentLocation
H A DInsertInlineImageRequest.php22 protected $endOfSegmentLocationType = EndOfSegmentLocation::class;
34 * @param EndOfSegmentLocation
36 public function setEndOfSegmentLocation(EndOfSegmentLocation $endOfSegmentLocation)
41 * @return EndOfSegmentLocation
H A DEndOfSegmentLocation.php20 class EndOfSegmentLocation extends \Google\Model class
44 class_alias(EndOfSegmentLocation::class, 'Google_Service_Docs_EndOfSegmentLocation');