Skip to content

Commit 1713934

Browse files
Merge branch 'main' into production
2 parents fcd58f1 + f2d181f commit 1713934

File tree

17 files changed

+2469
-2442
lines changed

17 files changed

+2469
-2442
lines changed

english/net/aspose.html.converters/converter/convertepub/_index.md

Lines changed: 1460 additions & 1460 deletions
Large diffs are not rendered by default.

english/net/aspose.html.converters/converter/convertsvg/_index.md

Lines changed: 967 additions & 967 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class SVGCircleElement : SVGGeometryElement
8686
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8787
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8888
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
89-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
89+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
9090
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
9191
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
9292
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class SVGEllipseElement : SVGGeometryElement
8787
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8888
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8989
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
90-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
90+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
9191
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
9292
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
9393
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class SVGGeometryElement : SVGGraphicsElement
8383
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8484
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8585
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
86-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents `SVGGeometryElement` as path segments. |
86+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents `SVGGeometryElement` as path segments. |
8787
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
8888
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
8989
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

english/net/aspose.html.dom.svg/svggeometryelement/getequivalentpath/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: SVGGeometryElement.GetEquivalentPath
33
second_title: Aspose.HTML for .NET API Reference
4-
description: SVGGeometryElement GetEquivalentPath method. Returns a new instance instance of the SVGPathSegList which represents SVGGeometryElement as path segments
4+
description: SVGGeometryElement GetEquivalentPath method. Returns a new instance of the SVGPathSegList which represents SVGGeometryElement as path segments
55
type: docs
66
weight: 20
77
url: /net/aspose.html.dom.svg/svggeometryelement/getequivalentpath/
88
---
99
## SVGGeometryElement.GetEquivalentPath method
1010

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

1313
```csharp
1414
public SVGPathSegList GetEquivalentPath()
1515
```
1616

1717
### Return Value
1818

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

2121
### See Also
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class SVGLineElement : SVGGeometryElement
8787
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8888
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8989
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
90-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
90+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
9191
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
9292
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
9393
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class SVGPathElement : SVGGeometryElement, ISVGAnimatedPathData
104104
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
105105
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
106106
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
107-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
107+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
108108
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
109109
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
110110
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SVGPolygonElement : SVGGeometryElement, ISVGAnimatedPoints
8585
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8686
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8787
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
88-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
88+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
8989
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
9090
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
9191
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

english/net/aspose.html.dom.svg/svgpolylineelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class SVGPolylineElement : SVGGeometryElement, ISVGAnimatedPoints
8585
| [GetElementsByClassName](../../aspose.html.dom/element/getelementsbyclassname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all the elements within [`element`](../../aspose.html.dom/element/) that have all the classes specified in argument. |
8686
| [GetElementsByTagName](../../aspose.html.dom/element/getelementsbytagname/)(*string*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given tag name, in document order. |
8787
| [GetElementsByTagNameNS](../../aspose.html.dom/element/getelementsbytagnamens/)(*stringstring*) | Returns [`HTMLCollection`](../../aspose.html.collections/htmlcollection/) object containing all [`elements`](../../aspose.html.dom/element/) with a given local name and namespace URI string in document order. |
88-
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
88+
| [GetEquivalentPath](../../aspose.html.dom.svg/svggeometryelement/getequivalentpath/)() | Returns a new instance of the [`SVGPathSegList`](../../aspose.html.dom.svg.paths/svgpathseglist/) which represents [`SVGGeometryElement`](../svggeometryelement/) as path segments. |
8989
| virtual [GetPlatformType](../../aspose.html.dom/domobject/getplatformtype/)() | This method is used to retrieve the ECMAScript object . |
9090
| [GetPointAtLength](../../aspose.html.dom.svg/svggeometryelement/getpointatlength/)(*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. |
9191
| [GetScreenCTM](../../aspose.html.dom.svg/svggraphicselement/getscreenctm/)() | Returns the transformation matrix from current user units (i.e., after application of thetransformattribute, 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. |

0 commit comments

Comments
 (0)