Skip to content

Commit 17a65ec

Browse files
Merge branch 'main' into production
2 parents fa78eab + eda93c8 commit 17a65ec

File tree

3,491 files changed

+30070
-10136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,491 files changed

+30070
-10136
lines changed

english/python-net/aspose.html.collections/domtokenlist/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The DOMTokenList type exposes the following members:
3939
| :- | :- |
4040
| [toggle](/html/python-net/aspose.html.collections/domtokenlist/toggle/#str) | Removes the token from the list if it exists, or adds the token to the list if it doesn't. |
4141
| [toggle](/html/python-net/aspose.html.collections/domtokenlist/toggle/#str-bool) | Removes the token from the list if it exists, or adds the token to the list if it doesn't. |
42-
| [get_platform_type](/html/python-net/aspose.html.collections/domtokenlist/get_platform_type/#) | This method is used to retrieve ECMAScript object Type. |
42+
| [get_platform_type](/html/python-net/aspose.html.collections/domtokenlist/get_platform_type/#) | This method is used to retrieve the ECMAScript object Type. |
4343
| [contains](/html/python-net/aspose.html.collections/domtokenlist/contains/#str) | Returns true if the list contains the given token, otherwise false. |
4444
| [add](/html/python-net/aspose.html.collections/domtokenlist/add/#list) | Adds the specified token(s) to the list. |
4545
| [remove](/html/python-net/aspose.html.collections/domtokenlist/remove/#list) | Removes the specified token(s) from the list. |

english/python-net/aspose.html.collections/domtokenlist/get_platform_type/_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_platform_type {#}
1212

13-
This method is used to retrieve ECMAScript object Type.
13+
This method is used to retrieve the ECMAScript object Type.
1414

1515

1616
### Returns
1717

1818

19-
The ECMAScript object Type.
19+
The ECMAScript object.
2020

2121

2222
```python

english/python-net/aspose.html.collections/namednodemap/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Returns the index-th item in the map. If index is greater than or equal to the n
3838
### Methods
3939
| Method | Description |
4040
| :- | :- |
41-
| [get_platform_type](/html/python-net/aspose.html.collections/namednodemap/get_platform_type/#) | This method is used to retrieve ECMAScript object Type. |
41+
| [get_platform_type](/html/python-net/aspose.html.collections/namednodemap/get_platform_type/#) | This method is used to retrieve the ECMAScript object Type. |
4242
| [get_named_item](/html/python-net/aspose.html.collections/namednodemap/get_named_item/#str) | Retrieves a node specified by name. |
4343
| [get_named_item_ns](/html/python-net/aspose.html.collections/namednodemap/get_named_item_ns/#str-str) | Retrieves a node specified by local name and namespace URI. |
4444
| [set_named_item](/html/python-net/aspose.html.collections/namednodemap/set_named_item/#aspose.html.dom.Attr) | Adds a node using its nodeName attribute. If a node with that name is already present in this map, it is replaced by the new one. Replacing a node by itself has no effect. |

english/python-net/aspose.html.collections/namednodemap/get_platform_type/_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_platform_type {#}
1212

13-
This method is used to retrieve ECMAScript object Type.
13+
This method is used to retrieve the ECMAScript object Type.
1414

1515

1616
### Returns
1717

1818

19-
The ECMAScript object Type.
19+
The ECMAScript object.
2020

2121

2222
```python

english/python-net/aspose.html.dom.canvas/path2d/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Path2D type exposes the following members:
4040
| [arc](/html/python-net/aspose.html.dom.canvas/path2d/arc/#float-float-float-float-float-bool) | Adds an arc to the path which is centered at (x, y) position with radius r starting at startAngle and ending at endAngle going in the given direction by anticlockwise (defaulting to clockwise). |
4141
| [ellipse](/html/python-net/aspose.html.dom.canvas/path2d/ellipse/#float-float-float-float-float-float-float) | Adds an ellipse to the path which is centered at (x, y) position with the radii radiusX and radiusY starting at startAngle<br/>and ending at endAngle going in the given direction by anticlockwise (defaulting to clockwise). |
4242
| [ellipse](/html/python-net/aspose.html.dom.canvas/path2d/ellipse/#float-float-float-float-float-float-float-bool) | Adds an ellipse to the path which is centered at (x, y) position with the radii radiusX and radiusY starting at startAngle<br/>and ending at endAngle going in the given direction by anticlockwise (defaulting to clockwise). |
43-
| [get_platform_type](/html/python-net/aspose.html.dom.canvas/path2d/get_platform_type/#) | This method is used to retrieve ECMAScript object Type. |
43+
| [get_platform_type](/html/python-net/aspose.html.dom.canvas/path2d/get_platform_type/#) | This method is used to retrieve the ECMAScript object Type. |
4444
| [close_path](/html/python-net/aspose.html.dom.canvas/path2d/close_path/#) | Causes the point of the pen to move back to the start of the current sub-path. <br/>It tries to draw a straight line from the current point to the start. <br/>If the shape has already been closed or has only one point, this function does nothing. |
4545
| [move_to](/html/python-net/aspose.html.dom.canvas/path2d/move_to/#float-float) | Moves the starting point of a new sub-path to the (x, y) coordinates. |
4646
| [line_to](/html/python-net/aspose.html.dom.canvas/path2d/line_to/#float-float) | Connects the last point in the subpath to the x, y coordinates with a straight line. |

english/python-net/aspose.html.dom.canvas/path2d/get_platform_type/_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_platform_type {#}
1212

13-
This method is used to retrieve ECMAScript object Type.
13+
This method is used to retrieve the ECMAScript object Type.
1414

1515

1616
### Returns
1717

1818

19-
The ECMAScript object Type.
19+
The ECMAScript object.
2020

2121

2222
```python

english/python-net/aspose.html.dom.css/counter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Counter type exposes the following members:
3232
### Methods
3333
| Method | Description |
3434
| :- | :- |
35-
| [get_platform_type](/html/python-net/aspose.html.dom.css/counter/get_platform_type/#) | This method is used to retrieve ECMAScript object Type. |
35+
| [get_platform_type](/html/python-net/aspose.html.dom.css/counter/get_platform_type/#) | This method is used to retrieve the ECMAScript object Type. |
3636

3737

3838

english/python-net/aspose.html.dom.css/counter/get_platform_type/_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_platform_type {#}
1212

13-
This method is used to retrieve ECMAScript object Type.
13+
This method is used to retrieve the ECMAScript object Type.
1414

1515

1616
### Returns
1717

1818

19-
The ECMAScript object Type.
19+
The ECMAScript object.
2020

2121

2222
```python

english/python-net/aspose.html.dom.css/cssprimitivevalue/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The CSSPrimitiveValue type exposes the following members:
2525
### Properties
2626
| Property | Description |
2727
| :- | :- |
28-
| [css_text](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_text) | A string representation of the current value. |
28+
| [css_text](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_text) | The property of the [`CSSValue`](/html/python-net/aspose.html.dom.css/cssvalue) interface represents the current computed CSS property value. |
2929
| [css_value_type](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_value_type) | A code defining the type of the value. |
3030
| [CSS_INHERIT](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_inherit) | The value is inherited and the cssText contains "inherit". |
3131
| [CSS_PRIMITIVE_VALUE](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_primitive_value) | The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface. |

english/python-net/aspose.html.dom.css/cssprimitivevalue/css_text/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is_root: false
1111
## css_text property
1212

1313

14-
A string representation of the current value.
14+
The property of the [`CSSValue`](/html/python-net/aspose.html.dom.css/cssvalue) interface represents the current computed CSS property value.
1515
### Definition:
1616
```python
1717
@property
@@ -25,3 +25,4 @@ def css_text(self, value):
2525
### See Also
2626
* module [`aspose.html.dom.css`](../../)
2727
* class [`CSSPrimitiveValue`](/html/python-net/aspose.html.dom.css/cssprimitivevalue)
28+
* class [`CSSValue`](/html/python-net/aspose.html.dom.css/cssvalue)

0 commit comments

Comments
 (0)