Skip to content

Commit 3d2b46b

Browse files
Merge branch 'main' into production
2 parents a1dbfea + 53b3c66 commit 3d2b46b

File tree

25 files changed

+301
-12
lines changed

25 files changed

+301
-12
lines changed

english/python-net/aspose.html.drawing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ drawing attribute objects like brushes, colors and fonts.
4848
| [`BrushType`](/html/python-net/aspose.html.drawing/brushtype) | Specifies the type of brush. |
4949
| [`ColorModel`](/html/python-net/aspose.html.drawing/colormodel) | This enumeration is used to select the color model for working with color components. |
5050
| [`SpreadMode`](/html/python-net/aspose.html.drawing/spreadmode) | Specifies how a texture or gradient is tiled when it is smaller than the area being filled. |
51+
| [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle) | Specifies the formatting applied to the text. |
5152
| [`WebImageFormat`](/html/python-net/aspose.html.drawing/webimageformat) | Specifies the supported image formats. |
5253
| [`WebMatrixOrder`](/html/python-net/aspose.html.drawing/webmatrixorder) | Specifies the order in which matrix transformations are applied. |
5354

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: WebFontStyle enumeration
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 290
7+
url: /python-net/aspose.html.drawing/webfontstyle/
8+
is_root: false
9+
---
10+
11+
## WebFontStyle enumeration
12+
13+
Specifies the formatting applied to the text.
14+
15+
16+
17+
The WebFontStyle type exposes the following members:
18+
19+
### Fields
20+
| Field | Description |
21+
| :- | :- |
22+
| REGULAR | Regular text. |
23+
| BOLD | Bold text. |
24+
| ITALIC | Italic text. |
25+
26+
27+
28+
### See Also
29+
* module [`aspose.html.drawing`](..)

english/python-net/aspose.html.drawing/webimageformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: WebImageFormat enumeration
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 290
6+
weight: 300
77
url: /python-net/aspose.html.drawing/webimageformat/
88
is_root: false
99
---

english/python-net/aspose.html.drawing/webmatrixorder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: WebMatrixOrder enumeration
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 300
6+
weight: 310
77
url: /python-net/aspose.html.drawing/webmatrixorder/
88
is_root: false
99
---

english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The ImageRenderingOptions type exposes the following members:
3939
| [format](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/format) | Sets or gets [`ImageFormat`](/html/python-net/aspose.html.rendering.image/imageformat). By default this property is [`ImageFormat.PNG`](/html/python-net/aspose.html.rendering.image/imageformat#PNG). |
4040
| [compression](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/compression) | Sets or gets Tagged Image File Format (TIFF) [`Compression`](/html/python-net/aspose.html.rendering.image/compression). By default this property is [`Compression.LZW`](/html/python-net/aspose.html.rendering.image/compression#LZW). |
4141
| [text](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/text) | Gets a [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) object which is used for configuration of text rendering. |
42-
| [smoothing_mode](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. |
42+
| [use_antialiasing](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. |
4343

4444

4545

english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: text property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 100
6+
weight: 90
77
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/text/
88
is_root: false
99
---
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: use_antialiasing property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 100
7+
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/
8+
is_root: false
9+
---
10+
11+
## use_antialiasing property
12+
13+
14+
Specifies whether to use antialiasing. By default, antialiasing is enabled.
15+
### Definition:
16+
```python
17+
@property
18+
def use_antialiasing(self):
19+
...
20+
@use_antialiasing.setter
21+
def use_antialiasing(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.rendering.image`](../../)
27+
* class [`ImageRenderingOptions`](/html/python-net/aspose.html.rendering.image/imagerenderingoptions)

english/python-net/aspose.html.rendering.image/textoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The TextOptions type exposes the following members:
1919
### Properties
2020
| Property | Description |
2121
| :- | :- |
22-
| [text_rendering_hint](/html/python-net/aspose.html.rendering.image/textoptions/text_rendering_hint) | Sets or gets TextRenderingHint which influences text rendering quality. By default this property is SystemDefault. |
22+
| [use_hinting](/html/python-net/aspose.html.rendering.image/textoptions/use_hinting) | Specifies whether to use text hinting. By default, hinting is disabled. |
2323

2424

2525

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: use_hinting property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /python-net/aspose.html.rendering.image/textoptions/use_hinting/
8+
is_root: false
9+
---
10+
11+
## use_hinting property
12+
13+
14+
Specifies whether to use text hinting. By default, hinting is disabled.
15+
### Definition:
16+
```python
17+
@property
18+
def use_hinting(self):
19+
...
20+
@use_hinting.setter
21+
def use_hinting(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.rendering.image`](../../)
27+
* class [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions)

english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ def font_style(self, value):
2525
### See Also
2626
* module [`aspose.html.rendering`](../../)
2727
* class [`GraphicContext`](/html/python-net/aspose.html.rendering/graphiccontext)
28+
* class [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle)

english/python-net/aspose.html.saving/imagesaveoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The ImageSaveOptions type exposes the following members:
4040
| [format](/html/python-net/aspose.html.saving/imagesaveoptions/format) | Sets or gets [`ImageFormat`](/html/python-net/aspose.html.rendering.image/imageformat). By default this property is [`ImageFormat.PNG`](/html/python-net/aspose.html.rendering.image/imageformat#PNG). |
4141
| [compression](/html/python-net/aspose.html.saving/imagesaveoptions/compression) | Sets or gets Tagged Image File Format (TIFF) [`Compression`](/html/python-net/aspose.html.rendering.image/compression). By default this property is [`Compression.LZW`](/html/python-net/aspose.html.rendering.image/compression#LZW). |
4242
| [text](/html/python-net/aspose.html.saving/imagesaveoptions/text) | Gets a [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) object which is used for configuration of text rendering. |
43-
| [smoothing_mode](/html/python-net/aspose.html.saving/imagesaveoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. |
43+
| [use_antialiasing](/html/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. |
4444

4545

4646

english/python-net/aspose.html.saving/imagesaveoptions/text/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: text property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 100
6+
weight: 90
77
url: /python-net/aspose.html.saving/imagesaveoptions/text/
88
is_root: false
99
---
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: use_antialiasing property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 100
7+
url: /python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/
8+
is_root: false
9+
---
10+
11+
## use_antialiasing property
12+
13+
14+
Specifies whether to use antialiasing. By default, antialiasing is enabled.
15+
### Definition:
16+
```python
17+
@property
18+
def use_antialiasing(self):
19+
...
20+
@use_antialiasing.setter
21+
def use_antialiasing(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.saving`](../../)
27+
* class [`ImageSaveOptions`](/html/python-net/aspose.html.saving/imagesaveoptions)

english/python-net/aspose.html.services/iuseragentservice/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The IUserAgentService type exposes the following members:
2424
| [char_set](/html/python-net/aspose.html.services/iuseragentservice/char_set) | Gets or sets the primary character-set for a document. |
2525
| [css_engine_mode](/html/python-net/aspose.html.services/iuseragentservice/css_engine_mode) | Gets or sets mode in which CSS engine works. |
2626
| [fonts_settings](/html/python-net/aspose.html.services/iuseragentservice/fonts_settings) | Gets a [`FontsSettings`](/html/python-net/aspose.html/fontssettings) object which is used for configuration of fonts handling. |
27+
| [show_image_placeholders](/html/python-net/aspose.html.services/iuseragentservice/show_image_placeholders) | Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property [`IUserAgentService.show_image_placeholders`](/html/python-net/aspose.html.services/iuseragentservice#show_image_placeholders) specifies whether to display the fallback image (default is true) |
2728

2829

2930

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: show_image_placeholders property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 70
7+
url: /python-net/aspose.html.services/iuseragentservice/show_image_placeholders/
8+
is_root: false
9+
---
10+
11+
## show_image_placeholders property
12+
13+
14+
Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property [`IUserAgentService.show_image_placeholders`](/html/python-net/aspose.html.services/iuseragentservice#show_image_placeholders) specifies whether to display the fallback image (default is true)
15+
### Definition:
16+
```python
17+
@property
18+
def show_image_placeholders(self):
19+
...
20+
@show_image_placeholders.setter
21+
def show_image_placeholders(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.services`](../../)
27+
* class [`IUserAgentService`](/html/python-net/aspose.html.services/iuseragentservice)

english/python-net/aspose.html.services/iuseragentservice/user_style_sheet/_index.md

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

english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ The SourceTextReader type exposes the following members:
3636
| [advance](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/advance/#int) | The increment position on N |
3737
| [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#) | Get the character on position or Character.Null |
3838
| [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#int) | Get the char. |
39+
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#) | Get the SourceTextReader |
40+
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader |
3941
| [back](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/back/#) | The decrement position. |
4042
| [next](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/next/#) | Get the next character and advance position. |
4143
| [reset](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/reset/#int) | Reset position to index |
42-
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader |
4344

4445

4546

english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_l
88
is_root: false
99
---
1010

11+
## get_line_reader {#}
12+
13+
Get the SourceTextReader
14+
15+
16+
### Returns
17+
18+
19+
The SourceTextReader.
20+
21+
22+
```python
23+
def get_line_reader(self):
24+
...
25+
```
26+
27+
28+
29+
1130
## get_line_reader {#bool}
1231

1332
Get the SourceTextReader

0 commit comments

Comments
 (0)