Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php50 protected $outline_level_styles = array(); variable in ODTTextOutlineStyle
136 $style->outline_level_styles [$level_number] = $properties;
170 foreach ($this->outline_level_styles as $key => $properties) {
225 return $this->getPropertyInternal($property, $this->outline_level_styles [$level]);
237 …$property][0], $value, self::$outline_fields [$property][1], $this->outline_level_styles [$level]);