bold = $bold;
}
public function getBold()
{
return $this->bold;
}
public function setFontFamily($fontFamily)
{
$this->fontFamily = $fontFamily;
}
public function getFontFamily()
{
return $this->fontFamily;
}
public function setFontSize($fontSize)
{
$this->fontSize = $fontSize;
}
public function getFontSize()
{
return $this->fontSize;
}
/**
* @param Google_Service_Sheets_Color
*/
public function setForegroundColor(Google_Service_Sheets_Color $foregroundColor)
{
$this->foregroundColor = $foregroundColor;
}
/**
* @return Google_Service_Sheets_Color
*/
public function getForegroundColor()
{
return $this->foregroundColor;
}
/**
* @param Google_Service_Sheets_ColorStyle
*/
public function setForegroundColorStyle(Google_Service_Sheets_ColorStyle $foregroundColorStyle)
{
$this->foregroundColorStyle = $foregroundColorStyle;
}
/**
* @return Google_Service_Sheets_ColorStyle
*/
public function getForegroundColorStyle()
{
return $this->foregroundColorStyle;
}
public function setItalic($italic)
{
$this->italic = $italic;
}
public function getItalic()
{
return $this->italic;
}
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;
}
}