/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/ParagraphStyle.php (3493B)
alignment = $alignment;
}
public function getAlignment()
{
return $this->alignment;
}
public function setDirection($direction)
{
$this->direction = $direction;
}
public function getDirection()
{
return $this->direction;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setIndentEnd(Google_Service_Slides_Dimension $indentEnd)
{
$this->indentEnd = $indentEnd;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getIndentEnd()
{
return $this->indentEnd;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setIndentFirstLine(Google_Service_Slides_Dimension $indentFirstLine)
{
$this->indentFirstLine = $indentFirstLine;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getIndentFirstLine()
{
return $this->indentFirstLine;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setIndentStart(Google_Service_Slides_Dimension $indentStart)
{
$this->indentStart = $indentStart;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getIndentStart()
{
return $this->indentStart;
}
public function setLineSpacing($lineSpacing)
{
$this->lineSpacing = $lineSpacing;
}
public function getLineSpacing()
{
return $this->lineSpacing;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setSpaceAbove(Google_Service_Slides_Dimension $spaceAbove)
{
$this->spaceAbove = $spaceAbove;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getSpaceAbove()
{
return $this->spaceAbove;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setSpaceBelow(Google_Service_Slides_Dimension $spaceBelow)
{
$this->spaceBelow = $spaceBelow;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getSpaceBelow()
{
return $this->spaceBelow;
}
public function setSpacingMode($spacingMode)
{
$this->spacingMode = $spacingMode;
}
public function getSpacingMode()
{
return $this->spacingMode;
}
}