Lines Matching refs:page

70     protected $page = null;  variable in ODTDocument
126 $this->page = new pageFormat();
889 …$format_string = $this->page->formatToString ($data['format'], $data['orientation'], $data['margin…
909 …$this->page->setFormat($data ['format'], $data ['orientation'], $data['margin-top'], $data['margin…
1640 $this->page->setFormat
1646 $first_page->setProperty('width', $this->page->getWidth().'cm');
1647 $first_page->setProperty('height', $this->page->getHeight().'cm');
1648 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
1649 $first_page->setProperty('margin-right', $this->page->getMarginRight().'cm');
1650 $first_page->setProperty('margin-bottom', $this->page->getMarginBottom().'cm');
1651 $first_page->setProperty('margin-left', $this->page->getMarginLeft().'cm');
1672 $format = $this->page->getFormat();
1675 $orientation = $this->page->getOrientation();
1678 $margin_top = $this->page->getMarginTop();
1681 $margin_right = $this->page->getMarginRight();
1684 $margin_bottom = $this->page->getMarginBottom();
1687 $margin_left = $this->page->getMarginLeft();
1691 …$this->page->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom…
1692 …$format_string = $this->page->formatToString ($data['format'], $data['orientation'], $data['margin…
1694 if ( $format_string == $this->page->toString () ) {
1701 …$this->page->setFormat($data ['format'], $data ['orientation'], $data['margin-top'], $data['margin…
1704 $first_page->setProperty('width', $this->page->getWidth().'cm');
1705 $first_page->setProperty('height', $this->page->getHeight().'cm');
1706 $first_page->setProperty('margin-top', $this->page->getMarginTop().'cm');
1707 $first_page->setProperty('margin-right', $this->page->getMarginRight().'cm');
1708 $first_page->setProperty('margin-bottom', $this->page->getMarginBottom().'cm');
1709 $first_page->setProperty('margin-left', $this->page->getMarginLeft().'cm');
1729 return $this->page->getWidth();
1739 return $this->page->getHeight();
1748 return $this->page->getMarginLeft();
1757 return $this->page->getMarginRight();
1766 return $this->page->getMarginTop();
1775 return $this->page->getMarginBottom();
1791 return $this->page->getRelWidthMindMargins($percentage);
1803 return $this->page->getAbsWidthMindMargins($percentage);
1819 return $this->page->getRelHeightMindMargins($percentage);
1832 return $this->page->getAbsHeightMindMargins($percentage);