source: vendor/google/apiclient-services/src/Docs/SectionStyle.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 7.0 KB
Line 
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 SectionStyle extends \Google\Collection
21{
22 protected $collection_key = 'columnProperties';
23 protected $columnPropertiesType = SectionColumnProperties::class;
24 protected $columnPropertiesDataType = 'array';
25 /**
26 * @var string
27 */
28 public $columnSeparatorStyle;
29 /**
30 * @var string
31 */
32 public $contentDirection;
33 /**
34 * @var string
35 */
36 public $defaultFooterId;
37 /**
38 * @var string
39 */
40 public $defaultHeaderId;
41 /**
42 * @var string
43 */
44 public $evenPageFooterId;
45 /**
46 * @var string
47 */
48 public $evenPageHeaderId;
49 /**
50 * @var string
51 */
52 public $firstPageFooterId;
53 /**
54 * @var string
55 */
56 public $firstPageHeaderId;
57 /**
58 * @var bool
59 */
60 public $flipPageOrientation;
61 protected $marginBottomType = Dimension::class;
62 protected $marginBottomDataType = '';
63 protected $marginFooterType = Dimension::class;
64 protected $marginFooterDataType = '';
65 protected $marginHeaderType = Dimension::class;
66 protected $marginHeaderDataType = '';
67 protected $marginLeftType = Dimension::class;
68 protected $marginLeftDataType = '';
69 protected $marginRightType = Dimension::class;
70 protected $marginRightDataType = '';
71 protected $marginTopType = Dimension::class;
72 protected $marginTopDataType = '';
73 /**
74 * @var int
75 */
76 public $pageNumberStart;
77 /**
78 * @var string
79 */
80 public $sectionType;
81 /**
82 * @var bool
83 */
84 public $useFirstPageHeaderFooter;
85
86 /**
87 * @param SectionColumnProperties[]
88 */
89 public function setColumnProperties($columnProperties)
90 {
91 $this->columnProperties = $columnProperties;
92 }
93 /**
94 * @return SectionColumnProperties[]
95 */
96 public function getColumnProperties()
97 {
98 return $this->columnProperties;
99 }
100 /**
101 * @param string
102 */
103 public function setColumnSeparatorStyle($columnSeparatorStyle)
104 {
105 $this->columnSeparatorStyle = $columnSeparatorStyle;
106 }
107 /**
108 * @return string
109 */
110 public function getColumnSeparatorStyle()
111 {
112 return $this->columnSeparatorStyle;
113 }
114 /**
115 * @param string
116 */
117 public function setContentDirection($contentDirection)
118 {
119 $this->contentDirection = $contentDirection;
120 }
121 /**
122 * @return string
123 */
124 public function getContentDirection()
125 {
126 return $this->contentDirection;
127 }
128 /**
129 * @param string
130 */
131 public function setDefaultFooterId($defaultFooterId)
132 {
133 $this->defaultFooterId = $defaultFooterId;
134 }
135 /**
136 * @return string
137 */
138 public function getDefaultFooterId()
139 {
140 return $this->defaultFooterId;
141 }
142 /**
143 * @param string
144 */
145 public function setDefaultHeaderId($defaultHeaderId)
146 {
147 $this->defaultHeaderId = $defaultHeaderId;
148 }
149 /**
150 * @return string
151 */
152 public function getDefaultHeaderId()
153 {
154 return $this->defaultHeaderId;
155 }
156 /**
157 * @param string
158 */
159 public function setEvenPageFooterId($evenPageFooterId)
160 {
161 $this->evenPageFooterId = $evenPageFooterId;
162 }
163 /**
164 * @return string
165 */
166 public function getEvenPageFooterId()
167 {
168 return $this->evenPageFooterId;
169 }
170 /**
171 * @param string
172 */
173 public function setEvenPageHeaderId($evenPageHeaderId)
174 {
175 $this->evenPageHeaderId = $evenPageHeaderId;
176 }
177 /**
178 * @return string
179 */
180 public function getEvenPageHeaderId()
181 {
182 return $this->evenPageHeaderId;
183 }
184 /**
185 * @param string
186 */
187 public function setFirstPageFooterId($firstPageFooterId)
188 {
189 $this->firstPageFooterId = $firstPageFooterId;
190 }
191 /**
192 * @return string
193 */
194 public function getFirstPageFooterId()
195 {
196 return $this->firstPageFooterId;
197 }
198 /**
199 * @param string
200 */
201 public function setFirstPageHeaderId($firstPageHeaderId)
202 {
203 $this->firstPageHeaderId = $firstPageHeaderId;
204 }
205 /**
206 * @return string
207 */
208 public function getFirstPageHeaderId()
209 {
210 return $this->firstPageHeaderId;
211 }
212 /**
213 * @param bool
214 */
215 public function setFlipPageOrientation($flipPageOrientation)
216 {
217 $this->flipPageOrientation = $flipPageOrientation;
218 }
219 /**
220 * @return bool
221 */
222 public function getFlipPageOrientation()
223 {
224 return $this->flipPageOrientation;
225 }
226 /**
227 * @param Dimension
228 */
229 public function setMarginBottom(Dimension $marginBottom)
230 {
231 $this->marginBottom = $marginBottom;
232 }
233 /**
234 * @return Dimension
235 */
236 public function getMarginBottom()
237 {
238 return $this->marginBottom;
239 }
240 /**
241 * @param Dimension
242 */
243 public function setMarginFooter(Dimension $marginFooter)
244 {
245 $this->marginFooter = $marginFooter;
246 }
247 /**
248 * @return Dimension
249 */
250 public function getMarginFooter()
251 {
252 return $this->marginFooter;
253 }
254 /**
255 * @param Dimension
256 */
257 public function setMarginHeader(Dimension $marginHeader)
258 {
259 $this->marginHeader = $marginHeader;
260 }
261 /**
262 * @return Dimension
263 */
264 public function getMarginHeader()
265 {
266 return $this->marginHeader;
267 }
268 /**
269 * @param Dimension
270 */
271 public function setMarginLeft(Dimension $marginLeft)
272 {
273 $this->marginLeft = $marginLeft;
274 }
275 /**
276 * @return Dimension
277 */
278 public function getMarginLeft()
279 {
280 return $this->marginLeft;
281 }
282 /**
283 * @param Dimension
284 */
285 public function setMarginRight(Dimension $marginRight)
286 {
287 $this->marginRight = $marginRight;
288 }
289 /**
290 * @return Dimension
291 */
292 public function getMarginRight()
293 {
294 return $this->marginRight;
295 }
296 /**
297 * @param Dimension
298 */
299 public function setMarginTop(Dimension $marginTop)
300 {
301 $this->marginTop = $marginTop;
302 }
303 /**
304 * @return Dimension
305 */
306 public function getMarginTop()
307 {
308 return $this->marginTop;
309 }
310 /**
311 * @param int
312 */
313 public function setPageNumberStart($pageNumberStart)
314 {
315 $this->pageNumberStart = $pageNumberStart;
316 }
317 /**
318 * @return int
319 */
320 public function getPageNumberStart()
321 {
322 return $this->pageNumberStart;
323 }
324 /**
325 * @param string
326 */
327 public function setSectionType($sectionType)
328 {
329 $this->sectionType = $sectionType;
330 }
331 /**
332 * @return string
333 */
334 public function getSectionType()
335 {
336 return $this->sectionType;
337 }
338 /**
339 * @param bool
340 */
341 public function setUseFirstPageHeaderFooter($useFirstPageHeaderFooter)
342 {
343 $this->useFirstPageHeaderFooter = $useFirstPageHeaderFooter;
344 }
345 /**
346 * @return bool
347 */
348 public function getUseFirstPageHeaderFooter()
349 {
350 return $this->useFirstPageHeaderFooter;
351 }
352}
353
354// Adding a class alias for backwards compatibility with the previous class name.
355class_alias(SectionStyle::class, 'Google_Service_Docs_SectionStyle');
Note: See TracBrowser for help on using the repository browser.