Home
last modified time | relevance | path

Searched refs:ParagraphStyle (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DParagraphMarker.php24 protected $styleType = ParagraphStyle::class;
42 * @param ParagraphStyle
44 public function setStyle(ParagraphStyle $style)
49 * @return ParagraphStyle
H A DUpdateParagraphStyleRequest.php32 protected $styleType = ParagraphStyle::class;
80 * @param ParagraphStyle
82 public function setStyle(ParagraphStyle $style)
87 * @return ParagraphStyle
H A DParagraphStyle.php20 class ParagraphStyle extends \Google\Model class
178 class_alias(ParagraphStyle::class, 'Google_Service_Slides_ParagraphStyle');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedParagraphStyle.php22 protected $paragraphStyleType = ParagraphStyle::class;
28 * @param ParagraphStyle
30 public function setParagraphStyle(ParagraphStyle $paragraphStyle)
35 * @return ParagraphStyle
H A DNamedStyle.php26 protected $paragraphStyleType = ParagraphStyle::class;
46 * @param ParagraphStyle
48 public function setParagraphStyle(ParagraphStyle $paragraphStyle)
53 * @return ParagraphStyle
H A DUpdateParagraphStyleRequest.php26 protected $paragraphStyleType = ParagraphStyle::class;
46 * @param ParagraphStyle
48 public function setParagraphStyle(ParagraphStyle $paragraphStyle)
53 * @return ParagraphStyle
H A DParagraph.php27 protected $paragraphStyleType = ParagraphStyle::class;
69 * @param ParagraphStyle
71 public function setParagraphStyle(ParagraphStyle $paragraphStyle)
76 * @return ParagraphStyle
H A DParagraphStyle.php20 class ParagraphStyle extends \Google\Collection class
381 class_alias(ParagraphStyle::class, 'Google_Service_Docs_ParagraphStyle');