-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "aspose-html/Aspose.HTML-API-References"
- Loading branch information
1 parent
71767aa
commit 770e057
Showing
25 changed files
with
301 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...sites/aspose/html/english/python-net/aspose.html.drawing/webfontstyle/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: WebFontStyle enumeration | ||
second_title: Aspose.HTML for Python via .NET API References | ||
description: | ||
type: docs | ||
weight: 290 | ||
url: /python-net/aspose.html.drawing/webfontstyle/ | ||
is_root: false | ||
--- | ||
|
||
## WebFontStyle enumeration | ||
|
||
Specifies the formatting applied to the text. | ||
|
||
|
||
|
||
The WebFontStyle type exposes the following members: | ||
|
||
### Fields | ||
| Field | Description | | ||
| :- | :- | | ||
| REGULAR | Regular text. | | ||
| BOLD | Bold text. | | ||
| ITALIC | Italic text. | | ||
|
||
|
||
|
||
### See Also | ||
* module [`aspose.html.drawing`](..) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...et/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: use_antialiasing property | ||
second_title: Aspose.HTML for Python via .NET API References | ||
description: | ||
type: docs | ||
weight: 100 | ||
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/ | ||
is_root: false | ||
--- | ||
|
||
## use_antialiasing property | ||
|
||
|
||
Specifies whether to use antialiasing. By default, antialiasing is enabled. | ||
### Definition: | ||
```python | ||
@property | ||
def use_antialiasing(self): | ||
... | ||
@use_antialiasing.setter | ||
def use_antialiasing(self, value): | ||
... | ||
``` | ||
|
||
### See Also | ||
* module [`aspose.html.rendering.image`](../../) | ||
* class [`ImageRenderingOptions`](/html/python-net/aspose.html.rendering.image/imagerenderingoptions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...nglish/python-net/aspose.html.rendering.image/textoptions/use_hinting/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: use_hinting property | ||
second_title: Aspose.HTML for Python via .NET API References | ||
description: | ||
type: docs | ||
weight: 30 | ||
url: /python-net/aspose.html.rendering.image/textoptions/use_hinting/ | ||
is_root: false | ||
--- | ||
|
||
## use_hinting property | ||
|
||
|
||
Specifies whether to use text hinting. By default, hinting is disabled. | ||
### Definition: | ||
```python | ||
@property | ||
def use_hinting(self): | ||
... | ||
@use_hinting.setter | ||
def use_hinting(self, value): | ||
... | ||
``` | ||
|
||
### See Also | ||
* module [`aspose.html.rendering.image`](../../) | ||
* class [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...glish/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: use_antialiasing property | ||
second_title: Aspose.HTML for Python via .NET API References | ||
description: | ||
type: docs | ||
weight: 100 | ||
url: /python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/ | ||
is_root: false | ||
--- | ||
|
||
## use_antialiasing property | ||
|
||
|
||
Specifies whether to use antialiasing. By default, antialiasing is enabled. | ||
### Definition: | ||
```python | ||
@property | ||
def use_antialiasing(self): | ||
... | ||
@use_antialiasing.setter | ||
def use_antialiasing(self, value): | ||
... | ||
``` | ||
|
||
### See Also | ||
* module [`aspose.html.saving`](../../) | ||
* class [`ImageSaveOptions`](/html/python-net/aspose.html.saving/imagesaveoptions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...on-net/aspose.html.services/iuseragentservice/show_image_placeholders/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: show_image_placeholders property | ||
second_title: Aspose.HTML for Python via .NET API References | ||
description: | ||
type: docs | ||
weight: 70 | ||
url: /python-net/aspose.html.services/iuseragentservice/show_image_placeholders/ | ||
is_root: false | ||
--- | ||
|
||
## show_image_placeholders property | ||
|
||
|
||
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) | ||
### Definition: | ||
```python | ||
@property | ||
def show_image_placeholders(self): | ||
... | ||
@show_image_placeholders.setter | ||
def show_image_placeholders(self, value): | ||
... | ||
``` | ||
|
||
### See Also | ||
* module [`aspose.html.services`](../../) | ||
* class [`IUserAgentService`](/html/python-net/aspose.html.services/iuseragentservice) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.