ODFPY  1.2.0
table.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 # Copyright (C) 2006-2013 Søren Roug, European Environment Agency
3 #
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
8 #
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 #
18 # Contributor(s):
19 #
20 
21 from namespaces import TABLENS
22 from element import Element
23 
24 
25 # Autogenerated
26 def Background(**args):
27  return Element(qname = (TABLENS,'background'), **args)
28 
29 def Body(**args):
30  return Element(qname = (TABLENS,'body'), **args)
31 
32 def CalculationSettings(**args):
33  return Element(qname = (TABLENS,'calculation-settings'), **args)
34 
35 def CellAddress(**args):
36  return Element(qname = (TABLENS,'cell-address'), **args)
37 
38 def CellContentChange(**args):
39  return Element(qname = (TABLENS,'cell-content-change'), **args)
40 
41 def CellContentDeletion(**args):
42  return Element(qname = (TABLENS,'cell-content-deletion'), **args)
43 
44 def CellRangeSource(**args):
45  args.setdefault('type', 'simple')
46  return Element(qname = (TABLENS,'cell-range-source'), **args)
47 
48 def ChangeDeletion(**args):
49  return Element(qname = (TABLENS,'change-deletion'), **args)
50 
52  return Element(qname = (TABLENS,'change-track-table-cell'), **args)
53 
54 def Consolidation(**args):
55  return Element(qname = (TABLENS,'consolidation'), **args)
56 
57 def ContentValidation(**args):
58  return Element(qname = (TABLENS,'content-validation'), **args)
59 
60 def ContentValidations(**args):
61  return Element(qname = (TABLENS,'content-validations'), **args)
62 
63 def CoveredTableCell(**args):
64  return Element(qname = (TABLENS,'covered-table-cell'), **args)
65 
66 def CutOffs(**args):
67  return Element(qname = (TABLENS,'cut-offs'), **args)
68 
70  return Element(qname = (TABLENS,'data-pilot-display-info'), **args)
71 
72 def DataPilotField(**args):
73  return Element(qname = (TABLENS,'data-pilot-field'), **args)
74 
76  return Element(qname = (TABLENS,'data-pilot-field-reference'), **args)
77 
78 def DataPilotGroup(**args):
79  return Element(qname = (TABLENS,'data-pilot-group'), **args)
80 
82  return Element(qname = (TABLENS,'data-pilot-group-member'), **args)
83 
84 def DataPilotGroups(**args):
85  return Element(qname = (TABLENS,'data-pilot-groups'), **args)
86 
87 def DataPilotLayoutInfo(**args):
88  return Element(qname = (TABLENS,'data-pilot-layout-info'), **args)
89 
90 def DataPilotLevel(**args):
91  return Element(qname = (TABLENS,'data-pilot-level'), **args)
92 
93 def DataPilotMember(**args):
94  return Element(qname = (TABLENS,'data-pilot-member'), **args)
95 
96 def DataPilotMembers(**args):
97  return Element(qname = (TABLENS,'data-pilot-members'), **args)
98 
99 def DataPilotSortInfo(**args):
100  return Element(qname = (TABLENS,'data-pilot-sort-info'), **args)
101 
102 def DataPilotSubtotal(**args):
103  return Element(qname = (TABLENS,'data-pilot-subtotal'), **args)
104 
105 def DataPilotSubtotals(**args):
106  return Element(qname = (TABLENS,'data-pilot-subtotals'), **args)
107 
108 def DataPilotTable(**args):
109  return Element(qname = (TABLENS,'data-pilot-table'), **args)
110 
111 def DataPilotTables(**args):
112  return Element(qname = (TABLENS,'data-pilot-tables'), **args)
113 
114 def DatabaseRange(**args):
115  return Element(qname = (TABLENS,'database-range'), **args)
116 
117 def DatabaseRanges(**args):
118  return Element(qname = (TABLENS,'database-ranges'), **args)
119 
121  return Element(qname = (TABLENS,'database-source-query'), **args)
122 
123 def DatabaseSourceSql(**args):
124  return Element(qname = (TABLENS,'database-source-sql'), **args)
125 
127  return Element(qname = (TABLENS,'database-source-table'), **args)
128 
129 def DdeLink(**args):
130  return Element(qname = (TABLENS,'dde-link'), **args)
131 
132 def DdeLinks(**args):
133  return Element(qname = (TABLENS,'dde-links'), **args)
134 
135 def Deletion(**args):
136  return Element(qname = (TABLENS,'deletion'), **args)
137 
138 def Deletions(**args):
139  return Element(qname = (TABLENS,'deletions'), **args)
140 
141 def Dependencies(**args):
142  return Element(qname = (TABLENS,'dependencies'), **args)
143 
144 def Dependency(**args):
145  return Element(qname = (TABLENS,'dependency'), **args)
146 
147 def Desc(**args):
148  return Element(qname = (TABLENS,'desc'), **args)
149 
150 def Detective(**args):
151  return Element(qname = (TABLENS,'detective'), **args)
152 
153 def ErrorMacro(**args):
154  return Element(qname = (TABLENS,'error-macro'), **args)
155 
156 def ErrorMessage(**args):
157  return Element(qname = (TABLENS,'error-message'), **args)
158 
159 def EvenColumns(**args):
160  return Element(qname = (TABLENS,'even-columns'), **args)
161 
162 def EvenRows(**args):
163  return Element(qname = (TABLENS,'even-rows'), **args)
164 
165 def Filter(**args):
166  return Element(qname = (TABLENS,'filter'), **args)
167 
168 def FilterAnd(**args):
169  return Element(qname = (TABLENS,'filter-and'), **args)
170 
171 def FilterCondition(**args):
172  return Element(qname = (TABLENS,'filter-condition'), **args)
173 
174 def FilterOr(**args):
175  return Element(qname = (TABLENS,'filter-or'), **args)
176 
177 def FilterSetItem(**args):
178  return Element(qname = (TABLENS,'filter-set-item'), **args)
179 
180 def FirstColumn(**args):
181  return Element(qname = (TABLENS,'first-column'), **args)
182 
183 def FirstRow(**args):
184  return Element(qname = (TABLENS,'first-row'), **args)
185 
186 def HelpMessage(**args):
187  return Element(qname = (TABLENS,'help-message'), **args)
188 
189 def HighlightedRange(**args):
190  return Element(qname = (TABLENS,'highlighted-range'), **args)
191 
192 def Insertion(**args):
193  return Element(qname = (TABLENS,'insertion'), **args)
194 
195 def InsertionCutOff(**args):
196  return Element(qname = (TABLENS,'insertion-cut-off'), **args)
197 
198 def Iteration(**args):
199  return Element(qname = (TABLENS,'iteration'), **args)
200 
201 def LabelRange(**args):
202  return Element(qname = (TABLENS,'label-range'), **args)
203 
204 def LabelRanges(**args):
205  return Element(qname = (TABLENS,'label-ranges'), **args)
206 
207 def LastColumn(**args):
208  return Element(qname = (TABLENS,'last-column'), **args)
209 
210 def LastRow(**args):
211  return Element(qname = (TABLENS,'last-row'), **args)
212 
213 def Movement(**args):
214  return Element(qname = (TABLENS,'movement'), **args)
215 
216 def MovementCutOff(**args):
217  return Element(qname = (TABLENS,'movement-cut-off'), **args)
218 
219 def NamedExpression(**args):
220  return Element(qname = (TABLENS,'named-expression'), **args)
221 
222 def NamedExpressions(**args):
223  return Element(qname = (TABLENS,'named-expressions'), **args)
224 
225 def NamedRange(**args):
226  return Element(qname = (TABLENS,'named-range'), **args)
227 
228 def NullDate(**args):
229  return Element(qname = (TABLENS,'null-date'), **args)
230 
231 def OddColumns(**args):
232  return Element(qname = (TABLENS,'odd-columns'), **args)
233 
234 def OddRows(**args):
235  return Element(qname = (TABLENS,'odd-rows'), **args)
236 
237 def Operation(**args):
238  return Element(qname = (TABLENS,'operation'), **args)
239 
240 def Previous(**args):
241  return Element(qname = (TABLENS,'previous'), **args)
242 
243 def Scenario(**args):
244  return Element(qname = (TABLENS,'scenario'), **args)
245 
246 def Shapes(**args):
247  return Element(qname = (TABLENS,'shapes'), **args)
248 
249 def Sort(**args):
250  return Element(qname = (TABLENS,'sort'), **args)
251 
252 def SortBy(**args):
253  return Element(qname = (TABLENS,'sort-by'), **args)
254 
255 def SortGroups(**args):
256  return Element(qname = (TABLENS,'sort-groups'), **args)
257 
258 def SourceCellRange(**args):
259  return Element(qname = (TABLENS,'source-cell-range'), **args)
260 
261 def SourceRangeAddress(**args):
262  return Element(qname = (TABLENS,'source-range-address'), **args)
263 
264 def SourceService(**args):
265  return Element(qname = (TABLENS,'source-service'), **args)
266 
267 def SubtotalField(**args):
268  return Element(qname = (TABLENS,'subtotal-field'), **args)
269 
270 def SubtotalRule(**args):
271  return Element(qname = (TABLENS,'subtotal-rule'), **args)
272 
273 def SubtotalRules(**args):
274  return Element(qname = (TABLENS,'subtotal-rules'), **args)
275 
276 def Table(**args):
277  return Element(qname = (TABLENS,'table'), **args)
278 
279 def TableCell(**args):
280  return Element(qname = (TABLENS,'table-cell'), **args)
281 
282 def TableColumn(**args):
283  return Element(qname = (TABLENS,'table-column'), **args)
284 
285 def TableColumnGroup(**args):
286  return Element(qname = (TABLENS,'table-column-group'), **args)
287 
288 def TableColumns(**args):
289  return Element(qname = (TABLENS,'table-columns'), **args)
290 
291 def TableHeaderColumns(**args):
292  return Element(qname = (TABLENS,'table-header-columns'), **args)
293 
294 def TableHeaderRows(**args):
295  return Element(qname = (TABLENS,'table-header-rows'), **args)
296 
297 def TableRow(**args):
298  return Element(qname = (TABLENS,'table-row'), **args)
299 
300 def TableRowGroup(**args):
301  return Element(qname = (TABLENS,'table-row-group'), **args)
302 
303 def TableRows(**args):
304  return Element(qname = (TABLENS,'table-rows'), **args)
305 
306 def TableSource(**args):
307  args.setdefault('type', 'simple')
308  return Element(qname = (TABLENS,'table-source'), **args)
309 
310 def TableTemplate(**args):
311  return Element(qname = (TABLENS,'table-template'), **args)
312 
313 def TargetRangeAddress(**args):
314  return Element(qname = (TABLENS,'target-range-address'), **args)
315 
316 def Title(**args):
317  return Element(qname = (TABLENS,'title'), **args)
318 
319 def TrackedChanges(**args):
320  return Element(qname = (TABLENS,'tracked-changes'), **args)
321 
def Dependency(args)
Definition: table.py:144
def CutOffs(args)
Definition: table.py:66
def DatabaseSourceQuery(args)
Definition: table.py:120
def Movement(args)
Definition: table.py:213
def NullDate(args)
Definition: table.py:228
def FilterOr(args)
Definition: table.py:174
def DatabaseRanges(args)
Definition: table.py:117
def SortGroups(args)
Definition: table.py:255
def OddColumns(args)
Definition: table.py:231
def DataPilotField(args)
Definition: table.py:72
def TargetRangeAddress(args)
Definition: table.py:313
def HighlightedRange(args)
Definition: table.py:189
def SourceRangeAddress(args)
Definition: table.py:261
def NamedRange(args)
Definition: table.py:225
def SubtotalField(args)
Definition: table.py:267
def ErrorMacro(args)
Definition: table.py:153
def CalculationSettings(args)
Definition: table.py:32
def FilterCondition(args)
Definition: table.py:171
def SubtotalRules(args)
Definition: table.py:273
def TableHeaderRows(args)
Definition: table.py:294
def TableRows(args)
Definition: table.py:303
def DataPilotGroupMember(args)
Definition: table.py:81
def Title(args)
Definition: table.py:316
def DatabaseSourceSql(args)
Definition: table.py:123
def Consolidation(args)
Definition: table.py:54
def Insertion(args)
Definition: table.py:192
def TableHeaderColumns(args)
Definition: table.py:291
def DatabaseRange(args)
Definition: table.py:114
def Dependencies(args)
Definition: table.py:141
def CellContentChange(args)
Definition: table.py:38
def FilterAnd(args)
Definition: table.py:168
def TableTemplate(args)
Definition: table.py:310
def SourceService(args)
Definition: table.py:264
def LastColumn(args)
Definition: table.py:207
def SourceCellRange(args)
Definition: table.py:258
def EvenColumns(args)
Definition: table.py:159
def TableColumn(args)
Definition: table.py:282
def DataPilotLevel(args)
Definition: table.py:90
def ChangeTrackTableCell(args)
Definition: table.py:51
def DataPilotSubtotal(args)
Definition: table.py:102
def FilterSetItem(args)
Definition: table.py:177
def DataPilotLayoutInfo(args)
Definition: table.py:87
def Sort(args)
Definition: table.py:249
def DataPilotSubtotals(args)
Definition: table.py:105
def NamedExpressions(args)
Definition: table.py:222
def Background(args)
Definition: table.py:26
def DataPilotMembers(args)
Definition: table.py:96
def Desc(args)
Definition: table.py:147
def Body(args)
Definition: table.py:29
def DataPilotGroup(args)
Definition: table.py:78
def DataPilotTable(args)
Definition: table.py:108
def ContentValidations(args)
Definition: table.py:60
def Previous(args)
Definition: table.py:240
def ChangeDeletion(args)
Definition: table.py:48
def SubtotalRule(args)
Definition: table.py:270
def DataPilotMember(args)
Definition: table.py:93
def CellContentDeletion(args)
Definition: table.py:41
def TableColumnGroup(args)
Definition: table.py:285
def TableSource(args)
Definition: table.py:306
def DdeLink(args)
Definition: table.py:129
def FirstRow(args)
Definition: table.py:183
def CoveredTableCell(args)
Definition: table.py:63
def CellAddress(args)
Definition: table.py:35
def TableColumns(args)
Definition: table.py:288
def HelpMessage(args)
Definition: table.py:186
def OddRows(args)
Definition: table.py:234
def Operation(args)
Definition: table.py:237
def DataPilotFieldReference(args)
Definition: table.py:75
def DdeLinks(args)
Definition: table.py:132
def DataPilotDisplayInfo(args)
Definition: table.py:69
def SortBy(args)
Definition: table.py:252
def LabelRanges(args)
Definition: table.py:204
def InsertionCutOff(args)
Definition: table.py:195
def MovementCutOff(args)
Definition: table.py:216
def Iteration(args)
Definition: table.py:198
def Filter(args)
Definition: table.py:165
def LabelRange(args)
Definition: table.py:201
def CellRangeSource(args)
Definition: table.py:44
def Deletion(args)
Definition: table.py:135
def DataPilotSortInfo(args)
Definition: table.py:99
def EvenRows(args)
Definition: table.py:162
def TableRowGroup(args)
Definition: table.py:300
def TrackedChanges(args)
Definition: table.py:319
def NamedExpression(args)
Definition: table.py:219
def Table(args)
Definition: table.py:276
def Deletions(args)
Definition: table.py:138
def Shapes(args)
Definition: table.py:246
def Detective(args)
Definition: table.py:150
def ErrorMessage(args)
Definition: table.py:156
def FirstColumn(args)
Definition: table.py:180
def ContentValidation(args)
Definition: table.py:57
def DataPilotTables(args)
Definition: table.py:111
def TableRow(args)
Definition: table.py:297
def LastRow(args)
Definition: table.py:210
def Scenario(args)
Definition: table.py:243
def DatabaseSourceTable(args)
Definition: table.py:126
def DataPilotGroups(args)
Definition: table.py:84
def TableCell(args)
Definition: table.py:279