Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php88 protected $tab_stops = array(); variable in ODTParagraphStyle
147 if (!isset($this->tab_stops [0])) {
148 $this->tab_stops [0] = array();
151 …ab_stop_fields [$property][0], $value, self::$tab_stop_fields [$property][1], $this->tab_stops[0]);
231 $style->tab_stops [$index] = array();
232 …$attrs += $style->importODTStyleInternal(self::$tab_stop_fields, $tab, $style->tab_stops [$index]);
281 for ($index = 0 ; $index < count($this->tab_stops) ; $index++) {
283 foreach ($this->tab_stops[$index] as $property => $items) {