Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php87 protected $text_properties = array(); variable in ODTParagraphStyle
164 …roperty, $text_fields [$property][0], $value, $text_fields [$property][1], $this->text_properties);
186 return $this->text_properties [$property]['value'];
219 …$style->importODTStyleInternal(ODTTextStyle::getTextProperties (), $open, $style->text_properties);
276 foreach ($this->text_properties as $property => $items) {
H A DODTTextListStyle.php156 $text_properties = array();
174 … $attrs += $style->importODTStyleInternal($text_fields, $temp_content, $text_properties);
185 $properties ['text'] = $text_properties;