source: vendor/google/apiclient-services/src/Docs/ParagraphStyleSuggestionState.php@ f9c482b

Last change on this file since f9c482b was f9c482b, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload new project files

  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[f9c482b]1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\Docs;
19
20class ParagraphStyleSuggestionState extends \Google\Model
21{
22 /**
23 * @var bool
24 */
25 public $alignmentSuggested;
26 /**
27 * @var bool
28 */
29 public $avoidWidowAndOrphanSuggested;
30 /**
31 * @var bool
32 */
33 public $borderBetweenSuggested;
34 /**
35 * @var bool
36 */
37 public $borderBottomSuggested;
38 /**
39 * @var bool
40 */
41 public $borderLeftSuggested;
42 /**
43 * @var bool
44 */
45 public $borderRightSuggested;
46 /**
47 * @var bool
48 */
49 public $borderTopSuggested;
50 /**
51 * @var bool
52 */
53 public $directionSuggested;
54 /**
55 * @var bool
56 */
57 public $headingIdSuggested;
58 /**
59 * @var bool
60 */
61 public $indentEndSuggested;
62 /**
63 * @var bool
64 */
65 public $indentFirstLineSuggested;
66 /**
67 * @var bool
68 */
69 public $indentStartSuggested;
70 /**
71 * @var bool
72 */
73 public $keepLinesTogetherSuggested;
74 /**
75 * @var bool
76 */
77 public $keepWithNextSuggested;
78 /**
79 * @var bool
80 */
81 public $lineSpacingSuggested;
82 /**
83 * @var bool
84 */
85 public $namedStyleTypeSuggested;
86 /**
87 * @var bool
88 */
89 public $pageBreakBeforeSuggested;
90 protected $shadingSuggestionStateType = ShadingSuggestionState::class;
91 protected $shadingSuggestionStateDataType = '';
92 /**
93 * @var bool
94 */
95 public $spaceAboveSuggested;
96 /**
97 * @var bool
98 */
99 public $spaceBelowSuggested;
100 /**
101 * @var bool
102 */
103 public $spacingModeSuggested;
104
105 /**
106 * @param bool
107 */
108 public function setAlignmentSuggested($alignmentSuggested)
109 {
110 $this->alignmentSuggested = $alignmentSuggested;
111 }
112 /**
113 * @return bool
114 */
115 public function getAlignmentSuggested()
116 {
117 return $this->alignmentSuggested;
118 }
119 /**
120 * @param bool
121 */
122 public function setAvoidWidowAndOrphanSuggested($avoidWidowAndOrphanSuggested)
123 {
124 $this->avoidWidowAndOrphanSuggested = $avoidWidowAndOrphanSuggested;
125 }
126 /**
127 * @return bool
128 */
129 public function getAvoidWidowAndOrphanSuggested()
130 {
131 return $this->avoidWidowAndOrphanSuggested;
132 }
133 /**
134 * @param bool
135 */
136 public function setBorderBetweenSuggested($borderBetweenSuggested)
137 {
138 $this->borderBetweenSuggested = $borderBetweenSuggested;
139 }
140 /**
141 * @return bool
142 */
143 public function getBorderBetweenSuggested()
144 {
145 return $this->borderBetweenSuggested;
146 }
147 /**
148 * @param bool
149 */
150 public function setBorderBottomSuggested($borderBottomSuggested)
151 {
152 $this->borderBottomSuggested = $borderBottomSuggested;
153 }
154 /**
155 * @return bool
156 */
157 public function getBorderBottomSuggested()
158 {
159 return $this->borderBottomSuggested;
160 }
161 /**
162 * @param bool
163 */
164 public function setBorderLeftSuggested($borderLeftSuggested)
165 {
166 $this->borderLeftSuggested = $borderLeftSuggested;
167 }
168 /**
169 * @return bool
170 */
171 public function getBorderLeftSuggested()
172 {
173 return $this->borderLeftSuggested;
174 }
175 /**
176 * @param bool
177 */
178 public function setBorderRightSuggested($borderRightSuggested)
179 {
180 $this->borderRightSuggested = $borderRightSuggested;
181 }
182 /**
183 * @return bool
184 */
185 public function getBorderRightSuggested()
186 {
187 return $this->borderRightSuggested;
188 }
189 /**
190 * @param bool
191 */
192 public function setBorderTopSuggested($borderTopSuggested)
193 {
194 $this->borderTopSuggested = $borderTopSuggested;
195 }
196 /**
197 * @return bool
198 */
199 public function getBorderTopSuggested()
200 {
201 return $this->borderTopSuggested;
202 }
203 /**
204 * @param bool
205 */
206 public function setDirectionSuggested($directionSuggested)
207 {
208 $this->directionSuggested = $directionSuggested;
209 }
210 /**
211 * @return bool
212 */
213 public function getDirectionSuggested()
214 {
215 return $this->directionSuggested;
216 }
217 /**
218 * @param bool
219 */
220 public function setHeadingIdSuggested($headingIdSuggested)
221 {
222 $this->headingIdSuggested = $headingIdSuggested;
223 }
224 /**
225 * @return bool
226 */
227 public function getHeadingIdSuggested()
228 {
229 return $this->headingIdSuggested;
230 }
231 /**
232 * @param bool
233 */
234 public function setIndentEndSuggested($indentEndSuggested)
235 {
236 $this->indentEndSuggested = $indentEndSuggested;
237 }
238 /**
239 * @return bool
240 */
241 public function getIndentEndSuggested()
242 {
243 return $this->indentEndSuggested;
244 }
245 /**
246 * @param bool
247 */
248 public function setIndentFirstLineSuggested($indentFirstLineSuggested)
249 {
250 $this->indentFirstLineSuggested = $indentFirstLineSuggested;
251 }
252 /**
253 * @return bool
254 */
255 public function getIndentFirstLineSuggested()
256 {
257 return $this->indentFirstLineSuggested;
258 }
259 /**
260 * @param bool
261 */
262 public function setIndentStartSuggested($indentStartSuggested)
263 {
264 $this->indentStartSuggested = $indentStartSuggested;
265 }
266 /**
267 * @return bool
268 */
269 public function getIndentStartSuggested()
270 {
271 return $this->indentStartSuggested;
272 }
273 /**
274 * @param bool
275 */
276 public function setKeepLinesTogetherSuggested($keepLinesTogetherSuggested)
277 {
278 $this->keepLinesTogetherSuggested = $keepLinesTogetherSuggested;
279 }
280 /**
281 * @return bool
282 */
283 public function getKeepLinesTogetherSuggested()
284 {
285 return $this->keepLinesTogetherSuggested;
286 }
287 /**
288 * @param bool
289 */
290 public function setKeepWithNextSuggested($keepWithNextSuggested)
291 {
292 $this->keepWithNextSuggested = $keepWithNextSuggested;
293 }
294 /**
295 * @return bool
296 */
297 public function getKeepWithNextSuggested()
298 {
299 return $this->keepWithNextSuggested;
300 }
301 /**
302 * @param bool
303 */
304 public function setLineSpacingSuggested($lineSpacingSuggested)
305 {
306 $this->lineSpacingSuggested = $lineSpacingSuggested;
307 }
308 /**
309 * @return bool
310 */
311 public function getLineSpacingSuggested()
312 {
313 return $this->lineSpacingSuggested;
314 }
315 /**
316 * @param bool
317 */
318 public function setNamedStyleTypeSuggested($namedStyleTypeSuggested)
319 {
320 $this->namedStyleTypeSuggested = $namedStyleTypeSuggested;
321 }
322 /**
323 * @return bool
324 */
325 public function getNamedStyleTypeSuggested()
326 {
327 return $this->namedStyleTypeSuggested;
328 }
329 /**
330 * @param bool
331 */
332 public function setPageBreakBeforeSuggested($pageBreakBeforeSuggested)
333 {
334 $this->pageBreakBeforeSuggested = $pageBreakBeforeSuggested;
335 }
336 /**
337 * @return bool
338 */
339 public function getPageBreakBeforeSuggested()
340 {
341 return $this->pageBreakBeforeSuggested;
342 }
343 /**
344 * @param ShadingSuggestionState
345 */
346 public function setShadingSuggestionState(ShadingSuggestionState $shadingSuggestionState)
347 {
348 $this->shadingSuggestionState = $shadingSuggestionState;
349 }
350 /**
351 * @return ShadingSuggestionState
352 */
353 public function getShadingSuggestionState()
354 {
355 return $this->shadingSuggestionState;
356 }
357 /**
358 * @param bool
359 */
360 public function setSpaceAboveSuggested($spaceAboveSuggested)
361 {
362 $this->spaceAboveSuggested = $spaceAboveSuggested;
363 }
364 /**
365 * @return bool
366 */
367 public function getSpaceAboveSuggested()
368 {
369 return $this->spaceAboveSuggested;
370 }
371 /**
372 * @param bool
373 */
374 public function setSpaceBelowSuggested($spaceBelowSuggested)
375 {
376 $this->spaceBelowSuggested = $spaceBelowSuggested;
377 }
378 /**
379 * @return bool
380 */
381 public function getSpaceBelowSuggested()
382 {
383 return $this->spaceBelowSuggested;
384 }
385 /**
386 * @param bool
387 */
388 public function setSpacingModeSuggested($spacingModeSuggested)
389 {
390 $this->spacingModeSuggested = $spacingModeSuggested;
391 }
392 /**
393 * @return bool
394 */
395 public function getSpacingModeSuggested()
396 {
397 return $this->spacingModeSuggested;
398 }
399}
400
401// Adding a class alias for backwards compatibility with the previous class name.
402class_alias(ParagraphStyleSuggestionState::class, 'Google_Service_Docs_ParagraphStyleSuggestionState');
Note: See TracBrowser for help on using the repository browser.