aspose-html-net 25.6.0__py3-none-manylinux1_x86_64.whl → 25.7.0__py3-none-manylinux1_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/html/__init__.pyi +3367 -2025
- aspose/html/collections/__init__.pyi +4 -4
- aspose/html/dom/__init__.pyi +778 -404
- aspose/html/dom/canvas/__init__.pyi +2 -2
- aspose/html/dom/css/__init__.pyi +12 -11
- aspose/html/dom/events/__init__.pyi +20 -20
- aspose/html/dom/mutations/__init__.pyi +4 -4
- aspose/html/dom/svg/__init__.pyi +2726 -1627
- aspose/html/dom/svg/datatypes/__init__.pyi +52 -52
- aspose/html/dom/svg/events/__init__.pyi +4 -4
- aspose/html/dom/svg/filters/__init__.pyi +1375 -825
- aspose/html/dom/svg/paths/__init__.pyi +42 -42
- aspose/html/rendering/__init__.pyi +8 -0
- aspose/html/window/__init__.pyi +18 -7
- aspose/html.cpython-310-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-311-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-313-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-35m-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-36m-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-37m-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-38-x86_64-linux-gnu.so +0 -0
- aspose/html.cpython-39-x86_64-linux-gnu.so +0 -0
- aspose_html_net-25.7.0.dist-info/METADATA +224 -0
- {aspose_html_net-25.6.0.dist-info → aspose_html_net-25.7.0.dist-info}/RECORD +29 -29
- aspose_html_net-25.6.0.dist-info/METADATA +0 -114
- {aspose_html_net-25.6.0.dist-info → aspose_html_net-25.7.0.dist-info}/WHEEL +0 -0
- {aspose_html_net-25.6.0.dist-info → aspose_html_net-25.7.0.dist-info}/entry_points.txt +0 -0
- {aspose_html_net-25.6.0.dist-info → aspose_html_net-25.7.0.dist-info}/top_level.txt +0 -0
@@ -57,9 +57,9 @@ class SVGAngle(SVGValueType):
|
|
57
57
|
'''The SVGAngle interface corresponds to the angle basic data type.'''
|
58
58
|
|
59
59
|
def get_platform_type(self) -> Type:
|
60
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
60
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
61
61
|
|
62
|
-
:returns: The ECMAScript object
|
62
|
+
:returns: The ECMAScript object.'''
|
63
63
|
...
|
64
64
|
|
65
65
|
def new_value_specified_units(self, new_unit_type : int, value_in_specified_units : float):
|
@@ -141,9 +141,9 @@ class SVGAnimatedAngle(SVGValueType):
|
|
141
141
|
'''Used for attributes of basic data type angle that can be animated.'''
|
142
142
|
|
143
143
|
def get_platform_type(self) -> Type:
|
144
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
144
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
145
145
|
|
146
|
-
:returns: The ECMAScript object
|
146
|
+
:returns: The ECMAScript object.'''
|
147
147
|
...
|
148
148
|
|
149
149
|
@property
|
@@ -164,9 +164,9 @@ class SVGAnimatedBoolean(SVGValueType):
|
|
164
164
|
'''Used for attributes of type boolean which can be animated.'''
|
165
165
|
|
166
166
|
def get_platform_type(self) -> Type:
|
167
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
167
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
168
168
|
|
169
|
-
:returns: The ECMAScript object
|
169
|
+
:returns: The ECMAScript object.'''
|
170
170
|
...
|
171
171
|
|
172
172
|
@property
|
@@ -187,9 +187,9 @@ class SVGAnimatedEnumeration(SVGValueType):
|
|
187
187
|
'''Used for attributes whose value must be a constant from a particular enumeration and which can be animated.'''
|
188
188
|
|
189
189
|
def get_platform_type(self) -> Type:
|
190
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
190
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
191
191
|
|
192
|
-
:returns: The ECMAScript object
|
192
|
+
:returns: The ECMAScript object.'''
|
193
193
|
...
|
194
194
|
|
195
195
|
@property
|
@@ -210,9 +210,9 @@ class SVGAnimatedInteger(SVGValueType):
|
|
210
210
|
'''Used for attributes of basic type integer which can be animated.'''
|
211
211
|
|
212
212
|
def get_platform_type(self) -> Type:
|
213
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
213
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
214
214
|
|
215
|
-
:returns: The ECMAScript object
|
215
|
+
:returns: The ECMAScript object.'''
|
216
216
|
...
|
217
217
|
|
218
218
|
@property
|
@@ -233,9 +233,9 @@ class SVGAnimatedLength(SVGValueType):
|
|
233
233
|
'''Used for attributes of basic type length which can be animated.'''
|
234
234
|
|
235
235
|
def get_platform_type(self) -> Type:
|
236
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
236
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
237
237
|
|
238
|
-
:returns: The ECMAScript object
|
238
|
+
:returns: The ECMAScript object.'''
|
239
239
|
...
|
240
240
|
|
241
241
|
@property
|
@@ -256,9 +256,9 @@ class SVGAnimatedLengthList(SVGValueType):
|
|
256
256
|
'''Used for attributes of type SVGLengthList which can be animated.'''
|
257
257
|
|
258
258
|
def get_platform_type(self) -> Type:
|
259
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
259
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
260
260
|
|
261
|
-
:returns: The ECMAScript object
|
261
|
+
:returns: The ECMAScript object.'''
|
262
262
|
...
|
263
263
|
|
264
264
|
@property
|
@@ -279,9 +279,9 @@ class SVGAnimatedNumber(SVGValueType):
|
|
279
279
|
'''Used for attributes of basic type number which can be animated.'''
|
280
280
|
|
281
281
|
def get_platform_type(self) -> Type:
|
282
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
282
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
283
283
|
|
284
|
-
:returns: The ECMAScript object
|
284
|
+
:returns: The ECMAScript object.'''
|
285
285
|
...
|
286
286
|
|
287
287
|
@property
|
@@ -302,9 +302,9 @@ class SVGAnimatedNumberList(SVGValueType):
|
|
302
302
|
'''Used for attributes which take a list of numbers and which can be animated.'''
|
303
303
|
|
304
304
|
def get_platform_type(self) -> Type:
|
305
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
305
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
306
306
|
|
307
|
-
:returns: The ECMAScript object
|
307
|
+
:returns: The ECMAScript object.'''
|
308
308
|
...
|
309
309
|
|
310
310
|
@property
|
@@ -325,9 +325,9 @@ class SVGAnimatedPreserveAspectRatio(SVGValueType):
|
|
325
325
|
'''Used for attributes of type SVGPreserveAspectRatio which can be animated.'''
|
326
326
|
|
327
327
|
def get_platform_type(self) -> Type:
|
328
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
328
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
329
329
|
|
330
|
-
:returns: The ECMAScript object
|
330
|
+
:returns: The ECMAScript object.'''
|
331
331
|
...
|
332
332
|
|
333
333
|
@property
|
@@ -348,9 +348,9 @@ class SVGAnimatedRect(SVGValueType):
|
|
348
348
|
'''Used for attributes of type SVGRect which can be animated.'''
|
349
349
|
|
350
350
|
def get_platform_type(self) -> Type:
|
351
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
351
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
352
352
|
|
353
|
-
:returns: The ECMAScript object
|
353
|
+
:returns: The ECMAScript object.'''
|
354
354
|
...
|
355
355
|
|
356
356
|
@property
|
@@ -371,9 +371,9 @@ class SVGAnimatedString(SVGValueType):
|
|
371
371
|
'''Used for attributes of type DOMString which can be animated.'''
|
372
372
|
|
373
373
|
def get_platform_type(self) -> Type:
|
374
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
374
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
375
375
|
|
376
|
-
:returns: The ECMAScript object
|
376
|
+
:returns: The ECMAScript object.'''
|
377
377
|
...
|
378
378
|
|
379
379
|
@property
|
@@ -394,9 +394,9 @@ class SVGAnimatedTransformList(SVGValueType):
|
|
394
394
|
'''Used for the various attributes which specify a set of transformations, such as the ‘transform’ attribute which is available for many of SVG's elements, and which can be animated.'''
|
395
395
|
|
396
396
|
def get_platform_type(self) -> Type:
|
397
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
397
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
398
398
|
|
399
|
-
:returns: The ECMAScript object
|
399
|
+
:returns: The ECMAScript object.'''
|
400
400
|
...
|
401
401
|
|
402
402
|
@property
|
@@ -418,9 +418,9 @@ class SVGLength(SVGValueType):
|
|
418
418
|
An SVGLength object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown, as described below.'''
|
419
419
|
|
420
420
|
def get_platform_type(self) -> Type:
|
421
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
421
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
422
422
|
|
423
|
-
:returns: The ECMAScript object
|
423
|
+
:returns: The ECMAScript object.'''
|
424
424
|
...
|
425
425
|
|
426
426
|
def new_value_specified_units(self, unit_type : int, value_in_specified_units : float):
|
@@ -538,9 +538,9 @@ class SVGLengthList(SVGValueType):
|
|
538
538
|
'''This interface defines a list of SVGLength objects.'''
|
539
539
|
|
540
540
|
def get_platform_type(self) -> Type:
|
541
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
541
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
542
542
|
|
543
|
-
:returns: The ECMAScript object
|
543
|
+
:returns: The ECMAScript object.'''
|
544
544
|
...
|
545
545
|
|
546
546
|
def clear(self):
|
@@ -590,9 +590,9 @@ class SVGMatrix(SVGValueType):
|
|
590
590
|
[0 0 1]'''
|
591
591
|
|
592
592
|
def get_platform_type(self) -> Type:
|
593
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
593
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
594
594
|
|
595
|
-
:returns: The ECMAScript object
|
595
|
+
:returns: The ECMAScript object.'''
|
596
596
|
...
|
597
597
|
|
598
598
|
def multiply(self, second_matrix : aspose.html.dom.svg.datatypes.SVGMatrix) -> aspose.html.dom.svg.datatypes.SVGMatrix:
|
@@ -712,9 +712,9 @@ class SVGNumber(SVGValueType):
|
|
712
712
|
'''Used for attributes of basic type number.'''
|
713
713
|
|
714
714
|
def get_platform_type(self) -> Type:
|
715
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
715
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
716
716
|
|
717
|
-
:returns: The ECMAScript object
|
717
|
+
:returns: The ECMAScript object.'''
|
718
718
|
...
|
719
719
|
|
720
720
|
@property
|
@@ -733,9 +733,9 @@ class SVGNumberList(SVGValueType):
|
|
733
733
|
'''This interface defines a list of SVGNumber objects.'''
|
734
734
|
|
735
735
|
def get_platform_type(self) -> Type:
|
736
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
736
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
737
737
|
|
738
|
-
:returns: The ECMAScript object
|
738
|
+
:returns: The ECMAScript object.'''
|
739
739
|
...
|
740
740
|
|
741
741
|
def clear(self):
|
@@ -783,9 +783,9 @@ class SVGPoint(SVGValueType):
|
|
783
783
|
If an SVGRect object is designated as read only, then attempting to assign to one of its attributes will result in an exception being thrown.'''
|
784
784
|
|
785
785
|
def get_platform_type(self) -> Type:
|
786
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
786
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
787
787
|
|
788
|
-
:returns: The ECMAScript object
|
788
|
+
:returns: The ECMAScript object.'''
|
789
789
|
...
|
790
790
|
|
791
791
|
def matrix_transform(self, matrix : aspose.html.dom.svg.datatypes.SVGMatrix) -> aspose.html.dom.svg.datatypes.SVGPoint:
|
@@ -822,9 +822,9 @@ class SVGPointList(SVGValueType):
|
|
822
822
|
'''This interface defines a list of SVGPoint objects.'''
|
823
823
|
|
824
824
|
def get_platform_type(self) -> Type:
|
825
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
825
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
826
826
|
|
827
|
-
:returns: The ECMAScript object
|
827
|
+
:returns: The ECMAScript object.'''
|
828
828
|
...
|
829
829
|
|
830
830
|
def clear(self):
|
@@ -868,9 +868,9 @@ class SVGPreserveAspectRatio(SVGValueType):
|
|
868
868
|
'''The SVGPreserveAspectRatio interface corresponds to the ‘preserveAspectRatio’ attribute, which is available for some of SVG's elements.'''
|
869
869
|
|
870
870
|
def get_platform_type(self) -> Type:
|
871
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
871
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
872
872
|
|
873
|
-
:returns: The ECMAScript object
|
873
|
+
:returns: The ECMAScript object.'''
|
874
874
|
...
|
875
875
|
|
876
876
|
@property
|
@@ -981,9 +981,9 @@ class SVGRect(SVGValueType):
|
|
981
981
|
'''Represents rectangular geometry. Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.'''
|
982
982
|
|
983
983
|
def get_platform_type(self) -> Type:
|
984
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
984
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
985
985
|
|
986
|
-
:returns: The ECMAScript object
|
986
|
+
:returns: The ECMAScript object.'''
|
987
987
|
...
|
988
988
|
|
989
989
|
@property
|
@@ -1032,9 +1032,9 @@ class SVGStringList(SVGValueType):
|
|
1032
1032
|
'''SVGStringList has the same attributes and methods as other SVGxxxList interfaces. Implementers may consider using a single base class to implement the various SVGxxxList interfaces.'''
|
1033
1033
|
|
1034
1034
|
def get_platform_type(self) -> Type:
|
1035
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
1035
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
1036
1036
|
|
1037
|
-
:returns: The ECMAScript object
|
1037
|
+
:returns: The ECMAScript object.'''
|
1038
1038
|
...
|
1039
1039
|
|
1040
1040
|
def clear(self):
|
@@ -1078,9 +1078,9 @@ class SVGTransform(SVGValueType):
|
|
1078
1078
|
'''SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., 'scale(…)' or 'matrix(…)') within a ‘transform’ attribute specification.'''
|
1079
1079
|
|
1080
1080
|
def get_platform_type(self) -> Type:
|
1081
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
1081
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
1082
1082
|
|
1083
|
-
:returns: The ECMAScript object
|
1083
|
+
:returns: The ECMAScript object.'''
|
1084
1084
|
...
|
1085
1085
|
|
1086
1086
|
def set_matrix(self, matrix : aspose.html.dom.svg.datatypes.SVGMatrix):
|
@@ -1192,9 +1192,9 @@ class SVGTransformList(SVGValueType):
|
|
1192
1192
|
'''This interface defines a list of SVGTransform objects.'''
|
1193
1193
|
|
1194
1194
|
def get_platform_type(self) -> Type:
|
1195
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
1195
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
1196
1196
|
|
1197
|
-
:returns: The ECMAScript object
|
1197
|
+
:returns: The ECMAScript object.'''
|
1198
1198
|
...
|
1199
1199
|
|
1200
1200
|
def clear(self):
|
@@ -1238,9 +1238,9 @@ class SVGValueType(aspose.html.dom.DOMObject):
|
|
1238
1238
|
'''The SVGValueType type is used to represent an base SVG value type.'''
|
1239
1239
|
|
1240
1240
|
def get_platform_type(self) -> Type:
|
1241
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
1241
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
1242
1242
|
|
1243
|
-
:returns: The ECMAScript object
|
1243
|
+
:returns: The ECMAScript object.'''
|
1244
1244
|
...
|
1245
1245
|
|
1246
1246
|
...
|
@@ -57,9 +57,9 @@ class SVGZoomEvent(aspose.html.dom.events.Event):
|
|
57
57
|
'''The zoom event occurs when the user initiates an action which causes the current view of the SVG document fragment to be rescaled. Event handlers are only recognized on ‘svg’ elements.'''
|
58
58
|
|
59
59
|
def get_platform_type(self) -> Type:
|
60
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
60
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
61
61
|
|
62
|
-
:returns: The ECMAScript object
|
62
|
+
:returns: The ECMAScript object.'''
|
63
63
|
...
|
64
64
|
|
65
65
|
def init_event(self, type : str, bubbles : bool, cancelable : bool):
|
@@ -170,9 +170,9 @@ class TimeEvent(aspose.html.dom.events.Event):
|
|
170
170
|
'''The TimeEvent interface provides specific contextual information associated with Time events.The different types of events that can occur are: beginEvent, endEvent and repeatEvent.'''
|
171
171
|
|
172
172
|
def get_platform_type(self) -> Type:
|
173
|
-
'''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
|
173
|
+
'''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
|
174
174
|
|
175
|
-
:returns: The ECMAScript object
|
175
|
+
:returns: The ECMAScript object.'''
|
176
176
|
...
|
177
177
|
|
178
178
|
def init_event(self, type : str, bubbles : bool, cancelable : bool):
|