Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-html/Aspose.HTML-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpavlysh committed Oct 31, 2024
1 parent 71767aa commit 770e057
Show file tree
Hide file tree
Showing 25 changed files with 301 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ drawing attribute objects like brushes, colors and fonts.
| [`BrushType`](/html/python-net/aspose.html.drawing/brushtype) | Specifies the type of brush. |
| [`ColorModel`](/html/python-net/aspose.html.drawing/colormodel) | This enumeration is used to select the color model for working with color components. |
| [`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. |
| [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle) | Specifies the formatting applied to the text. |
| [`WebImageFormat`](/html/python-net/aspose.html.drawing/webimageformat) | Specifies the supported image formats. |
| [`WebMatrixOrder`](/html/python-net/aspose.html.drawing/webmatrixorder) | Specifies the order in which matrix transformations are applied. |

Expand Down
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`](..)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: WebImageFormat enumeration
second_title: Aspose.HTML for Python via .NET API References
description:
type: docs
weight: 290
weight: 300
url: /python-net/aspose.html.drawing/webimageformat/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: WebMatrixOrder enumeration
second_title: Aspose.HTML for Python via .NET API References
description:
type: docs
weight: 300
weight: 310
url: /python-net/aspose.html.drawing/webmatrixorder/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The ImageRenderingOptions type exposes the following members:
| [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). |
| [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). |
| [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. |
| [smoothing_mode](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. |
| [use_antialiasing](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: text property
second_title: Aspose.HTML for Python via .NET API References
description:
type: docs
weight: 100
weight: 90
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/text/
is_root: false
---
Expand Down
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)
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The TextOptions type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
| [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. |
| [use_hinting](/html/python-net/aspose.html.rendering.image/textoptions/use_hinting) | Specifies whether to use text hinting. By default, hinting is disabled. |



Expand Down
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)
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ def font_style(self, value):
### See Also
* module [`aspose.html.rendering`](../../)
* class [`GraphicContext`](/html/python-net/aspose.html.rendering/graphiccontext)
* class [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle)
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The ImageSaveOptions type exposes the following members:
| [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). |
| [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). |
| [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. |
| [smoothing_mode](/html/python-net/aspose.html.saving/imagesaveoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. |
| [use_antialiasing](/html/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: text property
second_title: Aspose.HTML for Python via .NET API References
description:
type: docs
weight: 100
weight: 90
url: /python-net/aspose.html.saving/imagesaveoptions/text/
is_root: false
---
Expand Down
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)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The IUserAgentService type exposes the following members:
| [char_set](/html/python-net/aspose.html.services/iuseragentservice/char_set) | Gets or sets the primary character-set for a document. |
| [css_engine_mode](/html/python-net/aspose.html.services/iuseragentservice/css_engine_mode) | Gets or sets mode in which CSS engine works. |
| [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. |
| [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) |



Expand Down
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)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: user_style_sheet property
second_title: Aspose.HTML for Python via .NET API References
description:
type: docs
weight: 70
weight: 80
url: /python-net/aspose.html.services/iuseragentservice/user_style_sheet/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ The SourceTextReader type exposes the following members:
| [advance](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/advance/#int) | The increment position on N |
| [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#) | Get the character on position or Character.Null |
| [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#int) | Get the char. |
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#) | Get the SourceTextReader |
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader |
| [back](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/back/#) | The decrement position. |
| [next](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/next/#) | Get the next character and advance position. |
| [reset](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/reset/#int) | Reset position to index |
| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_l
is_root: false
---

## get_line_reader {#}

Get the SourceTextReader


### Returns


The SourceTextReader.


```python
def get_line_reader(self):
...
```




## get_line_reader {#bool}

Get the SourceTextReader
Expand Down
Loading

0 comments on commit 770e057

Please sign in to comment.