ODFPY  1.2.0
 All Classes Namespaces Files Functions Variables
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 DataPilotDisplayInfo
Definition: table.py:69
def NamedRange
Definition: table.py:225
def ErrorMacro
Definition: table.py:153
def TableCell
Definition: table.py:279
def DataPilotField
Definition: table.py:72
def CellContentChange
Definition: table.py:38
def LastRow
Definition: table.py:210
def SourceRangeAddress
Definition: table.py:261
def SourceCellRange
Definition: table.py:258
def DataPilotSubtotals
Definition: table.py:105
def DatabaseRanges
Definition: table.py:117
def DatabaseSourceTable
Definition: table.py:126
def LabelRanges
Definition: table.py:204
def DataPilotGroupMember
Definition: table.py:81
def SortBy
Definition: table.py:252
def FilterSetItem
Definition: table.py:177
def TrackedChanges
Definition: table.py:319
def DataPilotGroup
Definition: table.py:78
def Movement
Definition: table.py:213
def LastColumn
Definition: table.py:207
def CalculationSettings
Definition: table.py:32
def Deletion
Definition: table.py:135
def EvenRows
Definition: table.py:162
def DataPilotMembers
Definition: table.py:96
def OddRows
Definition: table.py:234
def TargetRangeAddress
Definition: table.py:313
def DataPilotLayoutInfo
Definition: table.py:87
def ChangeDeletion
Definition: table.py:48
def DataPilotLevel
Definition: table.py:90
def TableRowGroup
Definition: table.py:300
def TableColumn
Definition: table.py:282
def DdeLinks
Definition: table.py:132
def Iteration
Definition: table.py:198
def Consolidation
Definition: table.py:54
def DatabaseSourceQuery
Definition: table.py:120
def FilterAnd
Definition: table.py:168
def SubtotalRules
Definition: table.py:273
def Insertion
Definition: table.py:192
def OddColumns
Definition: table.py:231
def Background
Definition: table.py:26
def TableTemplate
Definition: table.py:310
def SourceService
Definition: table.py:264
def FirstRow
Definition: table.py:183
def InsertionCutOff
Definition: table.py:195
def CoveredTableCell
Definition: table.py:63
def Desc
Definition: table.py:147
def Scenario
Definition: table.py:243
def Operation
Definition: table.py:237
def ContentValidation
Definition: table.py:57
def TableSource
Definition: table.py:306
def Previous
Definition: table.py:240
def TableHeaderColumns
Definition: table.py:291
def ContentValidations
Definition: table.py:60
def DatabaseSourceSql
Definition: table.py:123
def Table
Definition: table.py:276
def TableRows
Definition: table.py:303
def DatabaseRange
Definition: table.py:114
def Sort
Definition: table.py:249
def Title
Definition: table.py:316
def Dependencies
Definition: table.py:141
def DataPilotFieldReference
Definition: table.py:75
def EvenColumns
Definition: table.py:159
def ErrorMessage
Definition: table.py:156
def Deletions
Definition: table.py:138
def CutOffs
Definition: table.py:66
def Filter
Definition: table.py:165
def DataPilotGroups
Definition: table.py:84
def CellContentDeletion
Definition: table.py:41
def FilterCondition
Definition: table.py:171
def Shapes
Definition: table.py:246
def CellAddress
Definition: table.py:35
def TableColumns
Definition: table.py:288
def HelpMessage
Definition: table.py:186
def SubtotalRule
Definition: table.py:270
def TableColumnGroup
Definition: table.py:285
def NamedExpression
Definition: table.py:219
def MovementCutOff
Definition: table.py:216
def CellRangeSource
Definition: table.py:44
def DdeLink
Definition: table.py:129
def DataPilotMember
Definition: table.py:93
def TableHeaderRows
Definition: table.py:294
def HighlightedRange
Definition: table.py:189
def DataPilotSubtotal
Definition: table.py:102
def Dependency
Definition: table.py:144
def DataPilotSortInfo
Definition: table.py:99
def TableRow
Definition: table.py:297
def DataPilotTable
Definition: table.py:108
def Detective
Definition: table.py:150
def SubtotalField
Definition: table.py:267
def Body
Definition: table.py:29
def SortGroups
Definition: table.py:255
def NullDate
Definition: table.py:228
def NamedExpressions
Definition: table.py:222
def FirstColumn
Definition: table.py:180
def DataPilotTables
Definition: table.py:111
def LabelRange
Definition: table.py:201
def ChangeTrackTableCell
Definition: table.py:51
def FilterOr
Definition: table.py:174