Skip to content

Commit 2915076

Browse files
Prepared the Aspose.HTML 25.10 release
1 parent f397d05 commit 2915076

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The CSSPrimitiveValue type exposes the following members:
6767
| [CSS_VH](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_vh) | The value is a percentage of the full viewport height. |
6868
| [CSS_VMIN](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_vmin) | The value is a percentage of the viewport width or height, whichever is smaller. |
6969
| [CSS_VMAX](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_vmax) | The value is a percentage of the viewport width or height, whichever is larger. |
70+
| [CSS_X](/html/python-net/aspose.html.dom.css/cssprimitivevalue/css_x) | The value is a dots per ‘px’ unit (x). |
7071

7172

7273
### Methods

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: css_text property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 520
6+
weight: 530
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_text/
88
is_root: false
99
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: css_value_type property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 530
6+
weight: 540
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_value_type/
88
is_root: false
99
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: CSS_X property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 520
7+
url: /python-net/aspose.html.dom.css/cssprimitivevalue/css_x/
8+
is_root: false
9+
---
10+
11+
## CSS_X property
12+
13+
14+
The value is a dots per ‘px’ unit (x).
15+
16+
### See Also
17+
* module [`aspose.html.dom.css`](../../)
18+
* class [`CSSPrimitiveValue`](/html/python-net/aspose.html.dom.css/cssprimitivevalue)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: primitive_type property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 540
6+
weight: 550
77
url: /python-net/aspose.html.dom.css/cssprimitivevalue/primitive_type/
88
is_root: false
99
---

english/python-net/aspose.html/htmltemplateelement/content/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Gets the instance of the [`DocumentFragment`](/html/python-net/aspose.html.dom/d
1717
@property
1818
def content(self):
1919
...
20+
@content.setter
21+
def content(self, value):
22+
...
2023
```
2124

2225
### See Also

0 commit comments

Comments
 (0)