Skip to content

Commit 0ddb394

Browse files
Prepared the Aspose.HTML for Python via .NET 25.5 release
1 parent f2d181f commit 0ddb394

File tree

19 files changed

+51
-25
lines changed

19 files changed

+51
-25
lines changed

english/python-net/aspose.html.dom.svg/svgcircleelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The SVGCircleElement type exposes the following members:
136136
| [get_b_box](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
137137
| [get_ctm](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
138138
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
139-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
139+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
140140
| [get_total_length](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
141141
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svgcircleelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
142142

english/python-net/aspose.html.dom.svg/svgcircleelement/get_equivalent_path/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is_root: false
1010

1111
## get_equivalent_path {#}
1212

13-
Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
13+
Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
1414

1515

1616
### Returns
1717

1818

19-
A new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
19+
A new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
2020

2121

2222
```python

english/python-net/aspose.html.dom.svg/svgellipseelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The SVGEllipseElement type exposes the following members:
137137
| [get_b_box](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
138138
| [get_ctm](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
139139
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
140-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
140+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
141141
| [get_total_length](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
142142
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svgellipseelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
143143

english/python-net/aspose.html.dom.svg/svgellipseelement/get_equivalent_path/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is_root: false
1010

1111
## get_equivalent_path {#}
1212

13-
Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
13+
Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
1414

1515

1616
### Returns
1717

1818

19-
A new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
19+
A new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
2020

2121

2222
```python

english/python-net/aspose.html.dom.svg/svggeometryelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The SVGGeometryElement type exposes the following members:
132132
| [get_b_box](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
133133
| [get_ctm](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
134134
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
135-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
135+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
136136
| [get_total_length](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
137137
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svggeometryelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
138138

english/python-net/aspose.html.dom.svg/svggeometryelement/get_equivalent_path/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is_root: false
1010

1111
## get_equivalent_path {#}
1212

13-
Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
13+
Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
1414

1515

1616
### Returns
1717

1818

19-
A new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
19+
A new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
2020

2121

2222
```python

english/python-net/aspose.html.dom.svg/svglineelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The SVGLineElement type exposes the following members:
137137
| [get_b_box](/html/python-net/aspose.html.dom.svg/svglineelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
138138
| [get_ctm](/html/python-net/aspose.html.dom.svg/svglineelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
139139
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svglineelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
140-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svglineelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
140+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svglineelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
141141
| [get_total_length](/html/python-net/aspose.html.dom.svg/svglineelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
142142
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svglineelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
143143

english/python-net/aspose.html.dom.svg/svglineelement/get_equivalent_path/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is_root: false
1010

1111
## get_equivalent_path {#}
1212

13-
Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
13+
Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
1414

1515

1616
### Returns
1717

1818

19-
A new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
19+
A new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
2020

2121

2222
```python

english/python-net/aspose.html.dom.svg/svgpathelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The SVGPathElement type exposes the following members:
135135
| [get_b_box](/html/python-net/aspose.html.dom.svg/svgpathelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
136136
| [get_ctm](/html/python-net/aspose.html.dom.svg/svgpathelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
137137
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svgpathelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
138-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgpathelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
138+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgpathelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
139139
| [get_total_length](/html/python-net/aspose.html.dom.svg/svgpathelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
140140
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svgpathelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
141141
| [create_svg_path_seg_close_path](/html/python-net/aspose.html.dom.svg/svgpathelement/create_svg_path_seg_close_path/#) | Returns a stand-alone, parentless SVGPathSegClosePath object. |

english/python-net/aspose.html.dom.svg/svgpathelement/get_equivalent_path/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is_root: false
1010

1111
## get_equivalent_path {#}
1212

13-
Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
13+
Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments.
1414

1515

1616
### Returns
1717

1818

19-
A new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
19+
A new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist).
2020

2121

2222
```python

english/python-net/aspose.html.dom.svg/svgpolygonelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The SVGPolygonElement type exposes the following members:
135135
| [get_b_box](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_b_box/#) | Returns the tight bounding box in current user space (i.e., after application of the ‘transform’ attribute, if any) on the geometry of all contained graphics elements, exclusive of stroking, clipping, masking and filter effects). Note that getBBox must return the actual bounding box at the time the method was called, even in case the element has not yet been rendered. |
136136
| [get_ctm](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement. |
137137
| [get_screen_ctm](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_screen_ctm/#) | Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the parent user agent's notice of a "pixel". For display devices, ideally this represents a physical screen pixel. For other devices or environments where physical pixel sizes are not known, then an algorithm similar to the CSS2 definition of a "pixel" can be used instead. Note that null is returned if this element is not hooked into the document tree. This method would have been more aptly named as getClientCTM, but the name getScreenCTM is kept for historical reasons. |
138-
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_equivalent_path/#) | Returns a new instance instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
138+
| [get_equivalent_path](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_equivalent_path/#) | Returns a new instance of the [`SVGPathSegList`](/html/python-net/aspose.html.dom.svg.paths/svgpathseglist) which represents [`SVGGeometryElement`](/html/python-net/aspose.html.dom.svg/svggeometryelement) as path segments. |
139139
| [get_total_length](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_total_length/#) | Returns the user agent's computed value for the total length of the path using the user agent's distance-along-a-path algorithm, as a distance in the current user coordinate system. |
140140
| [get_point_at_length](/html/python-net/aspose.html.dom.svg/svgpolygonelement/get_point_at_length/#float) | Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent's distance-along-a-path algorithm. |
141141

0 commit comments

Comments
 (0)