Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DSuggestedParagraphStyle.php30 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument
32 $this->paragraphStyle = $paragraphStyle;
39 return $this->paragraphStyle;
H A DNamedStyle.php48 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument
50 $this->paragraphStyle = $paragraphStyle;
57 return $this->paragraphStyle;
H A DUpdateParagraphStyleRequest.php48 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument
50 $this->paragraphStyle = $paragraphStyle;
57 return $this->paragraphStyle;
H A DParagraph.php71 public function setParagraphStyle(ParagraphStyle $paragraphStyle) argument
73 $this->paragraphStyle = $paragraphStyle;
80 return $this->paragraphStyle;
/plugin/odt/ODT/
H A DODTTable.php258 …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 DODTImport.php345 $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);