Home
last modified time | relevance | path

Searched refs:getClosingTag (Results 1 – 18 of 18) sorted by relevance

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