namedStyleType = $namedStyleType;
}
public function getNamedStyleType()
{
return $this->namedStyleType;
}
/**
* @param Google_Service_Docs_ParagraphStyle
*/
public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle)
{
$this->paragraphStyle = $paragraphStyle;
}
/**
* @return Google_Service_Docs_ParagraphStyle
*/
public function getParagraphStyle()
{
return $this->paragraphStyle;
}
/**
* @param Google_Service_Docs_TextStyle
*/
public function setTextStyle(Google_Service_Docs_TextStyle $textStyle)
{
$this->textStyle = $textStyle;
}
/**
* @return Google_Service_Docs_TextStyle
*/
public function getTextStyle()
{
return $this->textStyle;
}
}