Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DNestingLevel.php108 public function setIndentFirstLine(Dimension $indentFirstLine) argument
110 $this->indentFirstLine = $indentFirstLine;
117 return $this->indentFirstLine;
H A DParagraphStyle.php227 public function setIndentFirstLine(Dimension $indentFirstLine) argument
229 $this->indentFirstLine = $indentFirstLine;
236 return $this->indentFirstLine;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DParagraphStyle.php94 public function setIndentFirstLine(Dimension $indentFirstLine) argument
96 $this->indentFirstLine = $indentFirstLine;
103 return $this->indentFirstLine;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php43 * @param bool $indentFirstLine Whether to indent the first line.
47 …public function __construct($indent = 0, $indentString = ' ', $indentFirstLine = true, $lineLength… argument
51 Assert::boolean($indentFirstLine);
57 $this->isFirstLineIndented = $indentFirstLine;