content = $content;
}
/**
* @return Google_Service_Docs_StructuralElement[]
*/
public function getContent()
{
return $this->content;
}
public function setHeaderId($headerId)
{
$this->headerId = $headerId;
}
public function getHeaderId()
{
return $this->headerId;
}
}