/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/LineProperties.php (3232B)
dashStyle = $dashStyle;
}
public function getDashStyle()
{
return $this->dashStyle;
}
public function setEndArrow($endArrow)
{
$this->endArrow = $endArrow;
}
public function getEndArrow()
{
return $this->endArrow;
}
/**
* @param Google_Service_Slides_LineConnection
*/
public function setEndConnection(Google_Service_Slides_LineConnection $endConnection)
{
$this->endConnection = $endConnection;
}
/**
* @return Google_Service_Slides_LineConnection
*/
public function getEndConnection()
{
return $this->endConnection;
}
/**
* @param Google_Service_Slides_LineFill
*/
public function setLineFill(Google_Service_Slides_LineFill $lineFill)
{
$this->lineFill = $lineFill;
}
/**
* @return Google_Service_Slides_LineFill
*/
public function getLineFill()
{
return $this->lineFill;
}
/**
* @param Google_Service_Slides_Link
*/
public function setLink(Google_Service_Slides_Link $link)
{
$this->link = $link;
}
/**
* @return Google_Service_Slides_Link
*/
public function getLink()
{
return $this->link;
}
public function setStartArrow($startArrow)
{
$this->startArrow = $startArrow;
}
public function getStartArrow()
{
return $this->startArrow;
}
/**
* @param Google_Service_Slides_LineConnection
*/
public function setStartConnection(Google_Service_Slides_LineConnection $startConnection)
{
$this->startConnection = $startConnection;
}
/**
* @return Google_Service_Slides_LineConnection
*/
public function getStartConnection()
{
return $this->startConnection;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setWeight(Google_Service_Slides_Dimension $weight)
{
$this->weight = $weight;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getWeight()
{
return $this->weight;
}
}