Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php87 …$this->importPropertiesInternal(ODTParagraphStyle::getParagraphProperties (), $properties, $disabl…
128 $paragraph_fields = ODTParagraphStyle::getParagraphProperties ();
165 … $attrs += $style->importODTStyleInternal(ODTParagraphStyle::getParagraphProperties (), $xmlCode);
H A DODTParagraphStyle.php247 static public function getParagraphProperties () { function in ODTParagraphStyle