alignment = $alignment; } /** * @return string */ public function getAlignment() { return $this->alignment; } /** * @param bool */ public function setAvoidWidowAndOrphan($avoidWidowAndOrphan) { $this->avoidWidowAndOrphan = $avoidWidowAndOrphan; } /** * @return bool */ public function getAvoidWidowAndOrphan() { return $this->avoidWidowAndOrphan; } /** * @param ParagraphBorder */ public function setBorderBetween(ParagraphBorder $borderBetween) { $this->borderBetween = $borderBetween; } /** * @return ParagraphBorder */ public function getBorderBetween() { return $this->borderBetween; } /** * @param ParagraphBorder */ public function setBorderBottom(ParagraphBorder $borderBottom) { $this->borderBottom = $borderBottom; } /** * @return ParagraphBorder */ public function getBorderBottom() { return $this->borderBottom; } /** * @param ParagraphBorder */ public function setBorderLeft(ParagraphBorder $borderLeft) { $this->borderLeft = $borderLeft; } /** * @return ParagraphBorder */ public function getBorderLeft() { return $this->borderLeft; } /** * @param ParagraphBorder */ public function setBorderRight(ParagraphBorder $borderRight) { $this->borderRight = $borderRight; } /** * @return ParagraphBorder */ public function getBorderRight() { return $this->borderRight; } /** * @param ParagraphBorder */ public function setBorderTop(ParagraphBorder $borderTop) { $this->borderTop = $borderTop; } /** * @return ParagraphBorder */ public function getBorderTop() { return $this->borderTop; } /** * @param string */ public function setDirection($direction) { $this->direction = $direction; } /** * @return string */ public function getDirection() { return $this->direction; } /** * @param string */ public function setHeadingId($headingId) { $this->headingId = $headingId; } /** * @return string */ public function getHeadingId() { return $this->headingId; } /** * @param Dimension */ public function setIndentEnd(Dimension $indentEnd) { $this->indentEnd = $indentEnd; } /** * @return Dimension */ public function getIndentEnd() { return $this->indentEnd; } /** * @param Dimension */ public function setIndentFirstLine(Dimension $indentFirstLine) { $this->indentFirstLine = $indentFirstLine; } /** * @return Dimension */ public function getIndentFirstLine() { return $this->indentFirstLine; } /** * @param Dimension */ public function setIndentStart(Dimension $indentStart) { $this->indentStart = $indentStart; } /** * @return Dimension */ public function getIndentStart() { return $this->indentStart; } /** * @param bool */ public function setKeepLinesTogether($keepLinesTogether) { $this->keepLinesTogether = $keepLinesTogether; } /** * @return bool */ public function getKeepLinesTogether() { return $this->keepLinesTogether; } /** * @param bool */ public function setKeepWithNext($keepWithNext) { $this->keepWithNext = $keepWithNext; } /** * @return bool */ public function getKeepWithNext() { return $this->keepWithNext; } /** * @param float */ public function setLineSpacing($lineSpacing) { $this->lineSpacing = $lineSpacing; } /** * @return float */ public function getLineSpacing() { return $this->lineSpacing; } /** * @param string */ public function setNamedStyleType($namedStyleType) { $this->namedStyleType = $namedStyleType; } /** * @return string */ public function getNamedStyleType() { return $this->namedStyleType; } /** * @param Shading */ public function setShading(Shading $shading) { $this->shading = $shading; } /** * @return Shading */ public function getShading() { return $this->shading; } /** * @param Dimension */ public function setSpaceAbove(Dimension $spaceAbove) { $this->spaceAbove = $spaceAbove; } /** * @return Dimension */ public function getSpaceAbove() { return $this->spaceAbove; } /** * @param Dimension */ public function setSpaceBelow(Dimension $spaceBelow) { $this->spaceBelow = $spaceBelow; } /** * @return Dimension */ public function getSpaceBelow() { return $this->spaceBelow; } /** * @param string */ public function setSpacingMode($spacingMode) { $this->spacingMode = $spacingMode; } /** * @return string */ public function getSpacingMode() { return $this->spacingMode; } /** * @param TabStop[] */ public function setTabStops($tabStops) { $this->tabStops = $tabStops; } /** * @return TabStop[] */ public function getTabStops() { return $this->tabStops; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ParagraphStyle::class, 'Google_Service_Docs_ParagraphStyle');