Home
last modified time | relevance | path

Searched refs:getClosingTag (Results 1 – 18 of 18) sorted by last modified time

/plugin/odt/ODT/
H A DODTList.php55 $params->content .= $list->getClosingTag();
H A DODTParagraph.php136 $params->content .= $paragraph->getClosingTag();
H A DODTTable.php164 $params->content .= $table->getClosingTag($params->content);
H A DODTDocument.php861 $this->content .= $current->getClosingTag($this->content);
/plugin/odt/ODT/elements/
H A DODTElementFrame.php69 public function getClosingTag () { function in ODTElementFrame
H A DODTElementList.php64 public function getClosingTag () { function in ODTElementList
H A DODTElementListHeader.php50 public function getClosingTag () { function in ODTElementListHeader
H A DODTElementListItem.php50 public function getClosingTag () { function in ODTElementListItem
H A DODTElementNote.php48 public function getClosingTag () { function in ODTElementNote
H A DODTElementParagraph.php48 public function getClosingTag () { function in ODTElementParagraph
H A DODTElementSpan.php48 public function getClosingTag () { function in ODTElementSpan
H A DODTElementTable.php91 public function getClosingTag (&$content = NULL) { function in ODTElementTable
H A DODTElementTableCell.php66 public function getClosingTag () { function in ODTElementTableCell
H A DODTElementTableColumn.php49 public function getClosingTag () { function in ODTElementTableColumn
H A DODTElementTableRow.php62 public function getClosingTag () { function in ODTElementTableRow
H A DODTElementTextBox.php48 public function getClosingTag () { function in ODTElementTextBox
H A DODTRoot.php48 public function getClosingTag () { function in ODTElementRoot
H A DODTStateElement.php161 abstract public function getClosingTag (); function in ODTStateElement