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.9.2 * @codeCoverageIgnore */ public function getReferenceId() { return $this->getRelationId(); } /** * Set Footnote Reference ID * * @param int $refId * @deprecated 0.9.2 * @codeCoverageIgnore */ public function setReferenceId($refId) { $this->setRelationId($refId); } }