paragraphStyle = $paragraphStyle; } /** * @return ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * @param ParagraphStyleSuggestionState */ public function setParagraphStyleSuggestionState(ParagraphStyleSuggestionState $paragraphStyleSuggestionState) { $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; } /** * @return ParagraphStyleSuggestionState */ public function getParagraphStyleSuggestionState() { return $this->paragraphStyleSuggestionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SuggestedParagraphStyle::class, 'Google_Service_Docs_SuggestedParagraphStyle');