You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pptx-stubs/opc/oxml.pyi
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ class CT_Relationship(BaseOxmlElement):
69
69
deftarget_ref(self, value: str) ->None: ...
70
70
@property
71
71
deftargetMode(self) ->str:
72
-
"""ST_TargetMode type-converted value of ``TargetMode`` attribute, or |INTERNAL|. Assigning the default value causes the attribute to be removed from the element."""
72
+
"""ST_TargetMode type-converted value of ``TargetMode`` attribute, or |RELATIONSHIP_TARGET_MODE.INTERNAL| if not present. Assigning the default value causes the attribute to be removed from the element."""
Copy file name to clipboardExpand all lines: pptx-stubs/oxml/chart/axis.pyi
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ class CT_DateAx(BaseAxisElement):
290
290
classCT_LblOffset(BaseOxmlElement):
291
291
@property
292
292
defval(self) ->int:
293
-
"""ST_LblOffset type-converted value of ``val`` attribute, or |100|. Assigning the default value causes the attribute to be removed from the element."""
293
+
"""ST_LblOffset type-converted value of ``val`` attribute, or |100| if not present. Assigning the default value causes the attribute to be removed from the element."""
294
294
...
295
295
296
296
@val.setter
@@ -299,7 +299,7 @@ class CT_LblOffset(BaseOxmlElement):
299
299
classCT_Orientation(BaseOxmlElement):
300
300
@property
301
301
defval(self) ->str:
302
-
"""ST_Orientation type-converted value of ``val`` attribute, or |minMax|. Assigning the default value causes the attribute to be removed from the element."""
302
+
"""ST_Orientation type-converted value of ``val`` attribute, or |ST_Orientation.MIN_MAX| if not present. Assigning the default value causes the attribute to be removed from the element."""
303
303
...
304
304
305
305
@val.setter
@@ -350,7 +350,7 @@ class CT_Scaling(BaseOxmlElement):
350
350
classCT_TickLblPos(BaseOxmlElement):
351
351
@property
352
352
defval(self) ->XL_TICK_LABEL_POSITION|None:
353
-
"""XL_TICK_LABEL_POSITION type-converted value of ``val`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
353
+
"""XL_TICK_LABEL_POSITION type-converted value of ``val`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
354
354
...
355
355
356
356
@val.setter
@@ -359,7 +359,7 @@ class CT_TickLblPos(BaseOxmlElement):
359
359
classCT_TickMark(BaseOxmlElement):
360
360
@property
361
361
defval(self) ->XL_TICK_MARK:
362
-
"""XL_TICK_MARK type-converted value of ``val`` attribute, or |XL_TICK_MARK.CROSS|. Assigning the default value causes the attribute to be removed from the element."""
362
+
"""XL_TICK_MARK type-converted value of ``val`` attribute, or |XL_TICK_MARK.CROSS| if not present. Assigning the default value causes the attribute to be removed from the element."""
Copy file name to clipboardExpand all lines: pptx-stubs/oxml/chart/legend.pyi
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ class CT_Legend(BaseOxmlElement):
50
50
classCT_LegendPos(BaseOxmlElement):
51
51
@property
52
52
defval(self) ->XL_LEGEND_POSITION:
53
-
"""XL_LEGEND_POSITION type-converted value of ``val`` attribute, or |XL_LEGEND_POSITION.RIGHT|. Assigning the default value causes the attribute to be removed from the element."""
53
+
"""XL_LEGEND_POSITION type-converted value of ``val`` attribute, or |XL_LEGEND_POSITION.RIGHT| if not present. Assigning the default value causes the attribute to be removed from the element."""
Copy file name to clipboardExpand all lines: pptx-stubs/oxml/chart/plot.pyi
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ class CT_BarChart(BaseChartElement):
124
124
classCT_BarDir(BaseOxmlElement):
125
125
@property
126
126
defval(self) ->str:
127
-
"""ST_BarDir type-converted value of ``val`` attribute, or |col|. Assigning the default value causes the attribute to be removed from the element."""
127
+
"""ST_BarDir type-converted value of ``val`` attribute, or |ST_BarDir.COL| if not present. Assigning the default value causes the attribute to be removed from the element."""
128
128
...
129
129
130
130
@val.setter
@@ -166,7 +166,7 @@ class CT_BubbleChart(BaseChartElement):
166
166
classCT_BubbleScale(BaseChartElement):
167
167
@property
168
168
defval(self) ->int:
169
-
"""ST_BubbleScale type-converted value of ``val`` attribute, or |100|. Assigning the default value causes the attribute to be removed from the element."""
169
+
"""ST_BubbleScale type-converted value of ``val`` attribute, or |100| if not present. Assigning the default value causes the attribute to be removed from the element."""
170
170
...
171
171
172
172
@val.setter
@@ -199,7 +199,7 @@ class CT_DoughnutChart(BaseChartElement):
199
199
classCT_GapAmount(BaseOxmlElement):
200
200
@property
201
201
defval(self) ->int:
202
-
"""ST_GapAmount type-converted value of ``val`` attribute, or |150|. Assigning the default value causes the attribute to be removed from the element."""
202
+
"""ST_GapAmount type-converted value of ``val`` attribute, or |150| if not present. Assigning the default value causes the attribute to be removed from the element."""
203
203
...
204
204
205
205
@val.setter
@@ -250,7 +250,7 @@ class CT_LineChart(BaseChartElement):
250
250
classCT_Overlap(BaseOxmlElement):
251
251
@property
252
252
defval(self) ->int:
253
-
"""ST_Overlap type-converted value of ``val`` attribute, or |0|. Assigning the default value causes the attribute to be removed from the element."""
253
+
"""ST_Overlap type-converted value of ``val`` attribute, or |0| if not present. Assigning the default value causes the attribute to be removed from the element."""
"""XsdBoolean type-converted value of ``val`` attribute, or |True|. Assigning the default value causes the attribute to be removed from the element."""
9
+
"""XsdBoolean type-converted value of ``val`` attribute, or |True| if not present. Assigning the default value causes the attribute to be removed from the element."""
9
10
...
10
11
11
12
@val.setter
@@ -14,7 +15,7 @@ class CT_Boolean(BaseOxmlElement):
14
15
classCT_Boolean_Explicit(BaseOxmlElement):
15
16
@property
16
17
def_val(self) ->bool:
17
-
"""XsdBoolean type-converted value of ``val`` attribute, or |True|. Assigning the default value causes the attribute to be removed from the element."""
18
+
"""XsdBoolean type-converted value of ``val`` attribute, or |True| if not present. Assigning the default value causes the attribute to be removed from the element."""
18
19
...
19
20
20
21
@_val.setter
@@ -51,7 +52,7 @@ class CT_Layout(BaseOxmlElement):
51
52
classCT_LayoutMode(BaseOxmlElement):
52
53
@property
53
54
defval(self) ->str:
54
-
"""ST_LayoutMode type-converted value of ``val`` attribute, or |factor|. Assigning the default value causes the attribute to be removed from the element."""
55
+
"""ST_LayoutMode type-converted value of ``val`` attribute, or |ST_LayoutMode.FACTOR| if not present. Assigning the default value causes the attribute to be removed from the element."""
55
56
...
56
57
57
58
@val.setter
@@ -91,7 +92,7 @@ class CT_NumFmt(BaseOxmlElement):
91
92
defformatCode(self, value: str) ->None: ...
92
93
@property
93
94
defsourceLinked(self) ->bool|None:
94
-
"""XsdBoolean type-converted value of ``sourceLinked`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
95
+
"""XsdBoolean type-converted value of ``sourceLinked`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
95
96
...
96
97
97
98
@sourceLinked.setter
@@ -124,11 +125,11 @@ class CT_Title(BaseOxmlElement):
124
125
125
126
classCT_Tx(BaseOxmlElement):
126
127
@property
127
-
defstrRef(self) ->BaseOxmlElement|None:
128
+
defstrRef(self) ->_Element|None:
128
129
"""``<c:strRef>`` child element or |None| if not present."""
129
130
...
130
131
131
-
defget_or_add_strRef(self) ->BaseOxmlElement:
132
+
defget_or_add_strRef(self) ->_Element:
132
133
"""Return the ``<c:strRef>`` child element, newly added if not present."""
Copy file name to clipboardExpand all lines: pptx-stubs/oxml/dml/fill.pyi
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ from pptx.oxml.xmlchemy import BaseOxmlElement
15
15
classCT_Blip(BaseOxmlElement):
16
16
@property
17
17
defrEmbed(self) ->str|None:
18
-
"""ST_RelationshipId type-converted value of ``r:embed`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
18
+
"""ST_RelationshipId type-converted value of ``r:embed`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
19
19
...
20
20
21
21
@rEmbed.setter
@@ -161,7 +161,7 @@ class CT_GroupFillProperties(BaseOxmlElement): ...
161
161
classCT_LinearShadeProperties(BaseOxmlElement):
162
162
@property
163
163
defang(self) ->float|None:
164
-
"""ST_PositiveFixedAngle type-converted value of ``ang`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
164
+
"""ST_PositiveFixedAngle type-converted value of ``ang`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
165
165
...
166
166
167
167
@ang.setter
@@ -190,7 +190,7 @@ class CT_PatternFillProperties(BaseOxmlElement):
190
190
191
191
@property
192
192
defprst(self) ->MSO_PATTERN_TYPE|None:
193
-
"""MSO_PATTERN_TYPE type-converted value of ``prst`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
193
+
"""MSO_PATTERN_TYPE type-converted value of ``prst`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
194
194
...
195
195
196
196
@prst.setter
@@ -199,28 +199,28 @@ class CT_PatternFillProperties(BaseOxmlElement):
199
199
classCT_RelativeRect(BaseOxmlElement):
200
200
@property
201
201
defl(self) ->float:
202
-
"""ST_Percentage type-converted value of ``l`` attribute, or |0.0|. Assigning the default value causes the attribute to be removed from the element."""
202
+
"""ST_Percentage type-converted value of ``l`` attribute, or |0.0| if not present. Assigning the default value causes the attribute to be removed from the element."""
203
203
...
204
204
205
205
@l.setter
206
206
defl(self, value: float) ->None: ...
207
207
@property
208
208
deft(self) ->float:
209
-
"""ST_Percentage type-converted value of ``t`` attribute, or |0.0|. Assigning the default value causes the attribute to be removed from the element."""
209
+
"""ST_Percentage type-converted value of ``t`` attribute, or |0.0| if not present. Assigning the default value causes the attribute to be removed from the element."""
210
210
...
211
211
212
212
@t.setter
213
213
deft(self, value: float) ->None: ...
214
214
@property
215
215
defr(self) ->float:
216
-
"""ST_Percentage type-converted value of ``r`` attribute, or |0.0|. Assigning the default value causes the attribute to be removed from the element."""
216
+
"""ST_Percentage type-converted value of ``r`` attribute, or |0.0| if not present. Assigning the default value causes the attribute to be removed from the element."""
217
217
...
218
218
219
219
@r.setter
220
220
defr(self, value: float) ->None: ...
221
221
@property
222
222
defb(self) ->float:
223
-
"""ST_Percentage type-converted value of ``b`` attribute, or |0.0|. Assigning the default value causes the attribute to be removed from the element."""
223
+
"""ST_Percentage type-converted value of ``b`` attribute, or |0.0| if not present. Assigning the default value causes the attribute to be removed from the element."""
"""MSO_LINE_DASH_STYLE type-converted value of ``val`` attribute, or |None|. Assigning the default value causes the attribute to be removed from the element."""
7
+
"""MSO_LINE_DASH_STYLE type-converted value of ``val`` attribute, or |None| if not present. Assigning the default value causes the attribute to be removed from the element."""
0 commit comments