Searched refs:paragraphStyle (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | SuggestedParagraphStyle.php | 30 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument 32 $this->paragraphStyle = $paragraphStyle; 39 return $this->paragraphStyle;
|
H A D | NamedStyle.php | 48 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument 50 $this->paragraphStyle = $paragraphStyle; 57 return $this->paragraphStyle;
|
H A D | UpdateParagraphStyleRequest.php | 48 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument 50 $this->paragraphStyle = $paragraphStyle; 57 return $this->paragraphStyle;
|
H A D | Paragraph.php | 71 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument 73 $this->paragraphStyle = $paragraphStyle; 80 return $this->paragraphStyle;
|
/plugin/odt/ODT/ |
H A D | ODTTable.php | 258 …rams, $colspan = 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element… argument 266 if (empty($paragraphStyle)) { 267 $paragraphStyle = $params->document->getStyleName('table heading'); 287 $params->document->paragraphOpen($paragraphStyle); 307 …rams, $colspan = 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element… argument 322 if (empty($paragraphStyle)) { 325 $paragraphStyle = $params->document->getStyleName('tablealign '.$align); 342 $params->document->paragraphOpen($paragraphStyle);
|
H A D | ODTImport.php | 345 $paragraphStyle = $params->styleset->getStyle($name); 346 $paragraphStyle->importProperties($properties, $disabled); 492 $paragraphStyle = $params->styleset->getStyle($name); 493 $paragraphStyle->importProperties($properties, $disabled); 561 $paragraphStyle = $params->styleset->getStyle($name); 575 $paragraphStyle->clearLayoutProperties(); 576 $paragraphStyle->importProperties($properties, $disabled); 582 $paragraphStyle = $params->styleset->getStyle($name); 596 $paragraphStyle->clearLayoutProperties(); 597 $paragraphStyle->importProperties($properties, $disabled);
|