container = 'footnote'; $this->paragraphStyle = $this->setStyle(new Paragraph(), $paragraphStyle); } /** * Get paragraph style * * @return string|Paragraph */ public function getParagraphStyle() { return $this->paragraphStyle; } /** * Get Footnote Reference ID * * @return int * @deprecated 0.10.0 * @codeCoverageIgnore */ public function getReferenceId() { return $this->getRelationId(); } /** * Set Footnote Reference ID * * @param int $rId * @deprecated 0.10.0 * @codeCoverageIgnore */ public function setReferenceId($rId) { $this->setRelationId($rId); } }