alignmentSuggested = $alignmentSuggested; } /** * @return bool */ public function getAlignmentSuggested() { return $this->alignmentSuggested; } /** * @param bool */ public function setAvoidWidowAndOrphanSuggested($avoidWidowAndOrphanSuggested) { $this->avoidWidowAndOrphanSuggested = $avoidWidowAndOrphanSuggested; } /** * @return bool */ public function getAvoidWidowAndOrphanSuggested() { return $this->avoidWidowAndOrphanSuggested; } /** * @param bool */ public function setBorderBetweenSuggested($borderBetweenSuggested) { $this->borderBetweenSuggested = $borderBetweenSuggested; } /** * @return bool */ public function getBorderBetweenSuggested() { return $this->borderBetweenSuggested; } /** * @param bool */ public function setBorderBottomSuggested($borderBottomSuggested) { $this->borderBottomSuggested = $borderBottomSuggested; } /** * @return bool */ public function getBorderBottomSuggested() { return $this->borderBottomSuggested; } /** * @param bool */ public function setBorderLeftSuggested($borderLeftSuggested) { $this->borderLeftSuggested = $borderLeftSuggested; } /** * @return bool */ public function getBorderLeftSuggested() { return $this->borderLeftSuggested; } /** * @param bool */ public function setBorderRightSuggested($borderRightSuggested) { $this->borderRightSuggested = $borderRightSuggested; } /** * @return bool */ public function getBorderRightSuggested() { return $this->borderRightSuggested; } /** * @param bool */ public function setBorderTopSuggested($borderTopSuggested) { $this->borderTopSuggested = $borderTopSuggested; } /** * @return bool */ public function getBorderTopSuggested() { return $this->borderTopSuggested; } /** * @param bool */ public function setDirectionSuggested($directionSuggested) { $this->directionSuggested = $directionSuggested; } /** * @return bool */ public function getDirectionSuggested() { return $this->directionSuggested; } /** * @param bool */ public function setHeadingIdSuggested($headingIdSuggested) { $this->headingIdSuggested = $headingIdSuggested; } /** * @return bool */ public function getHeadingIdSuggested() { return $this->headingIdSuggested; } /** * @param bool */ public function setIndentEndSuggested($indentEndSuggested) { $this->indentEndSuggested = $indentEndSuggested; } /** * @return bool */ public function getIndentEndSuggested() { return $this->indentEndSuggested; } /** * @param bool */ public function setIndentFirstLineSuggested($indentFirstLineSuggested) { $this->indentFirstLineSuggested = $indentFirstLineSuggested; } /** * @return bool */ public function getIndentFirstLineSuggested() { return $this->indentFirstLineSuggested; } /** * @param bool */ public function setIndentStartSuggested($indentStartSuggested) { $this->indentStartSuggested = $indentStartSuggested; } /** * @return bool */ public function getIndentStartSuggested() { return $this->indentStartSuggested; } /** * @param bool */ public function setKeepLinesTogetherSuggested($keepLinesTogetherSuggested) { $this->keepLinesTogetherSuggested = $keepLinesTogetherSuggested; } /** * @return bool */ public function getKeepLinesTogetherSuggested() { return $this->keepLinesTogetherSuggested; } /** * @param bool */ public function setKeepWithNextSuggested($keepWithNextSuggested) { $this->keepWithNextSuggested = $keepWithNextSuggested; } /** * @return bool */ public function getKeepWithNextSuggested() { return $this->keepWithNextSuggested; } /** * @param bool */ public function setLineSpacingSuggested($lineSpacingSuggested) { $this->lineSpacingSuggested = $lineSpacingSuggested; } /** * @return bool */ public function getLineSpacingSuggested() { return $this->lineSpacingSuggested; } /** * @param bool */ public function setNamedStyleTypeSuggested($namedStyleTypeSuggested) { $this->namedStyleTypeSuggested = $namedStyleTypeSuggested; } /** * @return bool */ public function getNamedStyleTypeSuggested() { return $this->namedStyleTypeSuggested; } /** * @param ShadingSuggestionState */ public function setShadingSuggestionState(ShadingSuggestionState $shadingSuggestionState) { $this->shadingSuggestionState = $shadingSuggestionState; } /** * @return ShadingSuggestionState */ public function getShadingSuggestionState() { return $this->shadingSuggestionState; } /** * @param bool */ public function setSpaceAboveSuggested($spaceAboveSuggested) { $this->spaceAboveSuggested = $spaceAboveSuggested; } /** * @return bool */ public function getSpaceAboveSuggested() { return $this->spaceAboveSuggested; } /** * @param bool */ public function setSpaceBelowSuggested($spaceBelowSuggested) { $this->spaceBelowSuggested = $spaceBelowSuggested; } /** * @return bool */ public function getSpaceBelowSuggested() { return $this->spaceBelowSuggested; } /** * @param bool */ public function setSpacingModeSuggested($spacingModeSuggested) { $this->spacingModeSuggested = $spacingModeSuggested; } /** * @return bool */ public function getSpacingModeSuggested() { return $this->spacingModeSuggested; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ParagraphStyleSuggestionState::class, 'Google_Service_Docs_ParagraphStyleSuggestionState');