Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTextListStyle.php79 protected $list_level_styles = array(); variable in ODTTextListStyle
186 $style->list_level_styles [$level_number] = $properties;
220 foreach ($this->list_level_styles as $key => $properties) {
237 … foreach ($this->list_level_styles [$level_number]['list-style'] as $property => $items) {
244 … foreach ($this->list_level_styles [$level_number]['list-level'] as $property => $items) {
248 foreach ($this->list_level_styles [$level_number]['label'] as $property => $items) {
252 foreach ($this->list_level_styles [$level_number]['text'] as $property => $items) {
298 return $this->getPropertyInternal($property, $this->list_level_styles [$level]['text']);
313 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-style']);
316 … return $this->getPropertyInternal($property, $this->list_level_styles [$level]['list-level']);
[all …]