/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/TextStyle.php (4093B)
backgroundColor = $backgroundColor;
}
/**
* @return Google_Service_Slides_OptionalColor
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
public function setBaselineOffset($baselineOffset)
{
$this->baselineOffset = $baselineOffset;
}
public function getBaselineOffset()
{
return $this->baselineOffset;
}
public function setBold($bold)
{
$this->bold = $bold;
}
public function getBold()
{
return $this->bold;
}
public function setFontFamily($fontFamily)
{
$this->fontFamily = $fontFamily;
}
public function getFontFamily()
{
return $this->fontFamily;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setFontSize(Google_Service_Slides_Dimension $fontSize)
{
$this->fontSize = $fontSize;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getFontSize()
{
return $this->fontSize;
}
/**
* @param Google_Service_Slides_OptionalColor
*/
public function setForegroundColor(Google_Service_Slides_OptionalColor $foregroundColor)
{
$this->foregroundColor = $foregroundColor;
}
/**
* @return Google_Service_Slides_OptionalColor
*/
public function getForegroundColor()
{
return $this->foregroundColor;
}
public function setItalic($italic)
{
$this->italic = $italic;
}
public function getItalic()
{
return $this->italic;
}
/**
* @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 setSmallCaps($smallCaps)
{
$this->smallCaps = $smallCaps;
}
public function getSmallCaps()
{
return $this->smallCaps;
}
public function setStrikethrough($strikethrough)
{
$this->strikethrough = $strikethrough;
}
public function getStrikethrough()
{
return $this->strikethrough;
}
public function setUnderline($underline)
{
$this->underline = $underline;
}
public function getUnderline()
{
return $this->underline;
}
/**
* @param Google_Service_Slides_WeightedFontFamily
*/
public function setWeightedFontFamily(Google_Service_Slides_WeightedFontFamily $weightedFontFamily)
{
$this->weightedFontFamily = $weightedFontFamily;
}
/**
* @return Google_Service_Slides_WeightedFontFamily
*/
public function getWeightedFontFamily()
{
return $this->weightedFontFamily;
}
}