content = $content;
}
/**
* @return Google_Service_Docs_StructuralElement[]
*/
public function getContent()
{
return $this->content;
}
public function setFootnoteId($footnoteId)
{
$this->footnoteId = $footnoteId;
}
public function getFootnoteId()
{
return $this->footnoteId;
}
}