Searched refs:ODTDocument (Results 1 – 9 of 9) sorted by relevance
/plugin/odt/renderer/ |
H A D | page.php | 42 $this->document = new ODTDocument(); 308 * @see ODTDocument::setPageFormat 355 * @see ODTDocument::insertIndex for API wrapper function 490 * @see ODTDocument::getWidth for API wrapper function 502 * @see ODTDocument::getHeight for API wrapper function 624 * @see ODTDocument::addPlainText for more information 1653 * @see ODTDocument::addImage for API wrapper function 1826 * @see ODTDocument::tableClose for API wrapper function 1971 * @see ODTDocument::closeFrame for API wrapper function 2018 * @see ODTDocument::toPoints for API wrapper function [all …]
|
/plugin/odt/ODT/ |
H A D | ODTHeading.php | 72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) {
|
H A D | ODTState.php | 340 * @param ODTDocument $doc
|
H A D | ODTImage.php | 106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) {
|
H A D | ODTIndex.php | 107 protected static function buildIndex(ODTDocument $doc, array $toc, array $settings, $indexNo) {
|
H A D | ODTDocument.php | 51 class ODTDocument class
|
/plugin/odt/ODT/styles/ |
H A D | ODTTextStyle.php | 233 …c function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
|
H A D | ODTParagraphStyle.php | 334 …ction createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDocument $doc=NULL){
|
/plugin/odt/ODT/elements/ |
H A D | ODTElementTable.php | 407 * @param ODTDocument $doc The current document
|