Skip to content

Commit 2fb4073

Browse files
Merge branch 'main' into production
2 parents 71e016b + 4f9ab18 commit 2fb4073

File tree

151 files changed

+396
-680
lines changed

Some content is hidden

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

151 files changed

+396
-680
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ drawing attribute objects like brushes, colors and fonts.
2121
| [`Frequency`](/html/python-net/aspose.html.drawing/frequency) | The 'frequency' unit. |
2222
| [`IBrush`](/html/python-net/aspose.html.drawing/ibrush) | Declares method for getting of brush type. |
2323
| [`IColorComponents`](/html/python-net/aspose.html.drawing/icolorcomponents) | Declares method and properties for processing color components. |
24+
| [`IDrawingFactory`](/html/python-net/aspose.html.drawing/idrawingfactory) | Represents a factory for creating drawing-related objects. |
2425
| [`IGradientBrush`](/html/python-net/aspose.html.drawing/igradientbrush) | Declare methods for getting common properties of gradient brushes. |
2526
| [`IInterpolationColor`](/html/python-net/aspose.html.drawing/iinterpolationcolor) | Desclares methods for getting interpolation color. |
26-
| [`ILinearGradientBrush`](/html/python-net/aspose.html.drawing/ilineargradientbrush) | Defines brush interface with a linear gradient. |
27+
| [`ILinearGradientBrush`](/html/python-net/aspose.html.drawing/ilineargradientbrush) | Defines an interface for a brush with a linear gradient. |
28+
| [`IMatrix`](/html/python-net/aspose.html.drawing/imatrix) | Represents a matrix used for transformations. |
2729
| [`ISolidBrush`](/html/python-net/aspose.html.drawing/isolidbrush) | Defines brush interface of a single color |
2830
| [`ITextureBrush`](/html/python-net/aspose.html.drawing/itexturebrush) | Defines brush interface that uses an image to fill the interior of a shape. |
2931
| [`ITransformableBrush`](/html/python-net/aspose.html.drawing/itransformablebrush) | Desclares methods for getting transformation matrix and wrap mode. |
30-
| [`ITrueTypeFont`](/html/python-net/aspose.html.drawing/itruetypefont) | Declares methods for working with TrueType font. |
32+
| [`ITrueTypeFont`](/html/python-net/aspose.html.drawing/itruetypefont) | Declares methods for working with TrueType fonts. |
3133
| [`Length`](/html/python-net/aspose.html.drawing/length) | Represents a length measurement unit. |
3234
| [`LengthOrAuto`](/html/python-net/aspose.html.drawing/lengthorauto) | Represents a container for storage length or 'auto' units.. |
3335
| [`Margin`](/html/python-net/aspose.html.drawing/margin) | Represents page margin. |
@@ -45,5 +47,8 @@ drawing attribute objects like brushes, colors and fonts.
4547
| :- | :- |
4648
| [`BrushType`](/html/python-net/aspose.html.drawing/brushtype) | Specifies the type of brush. |
4749
| [`ColorModel`](/html/python-net/aspose.html.drawing/colormodel) | This enumeration is used to select the color model for working with color components. |
50+
| [`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+
| [`WebImageFormat`](/html/python-net/aspose.html.drawing/webimageformat) | Specifies the supported image formats. |
52+
| [`WebMatrixOrder`](/html/python-net/aspose.html.drawing/webmatrixorder) | Specifies the order in which matrix transformations are applied. |
4853

4954

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

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

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The IBrush type exposes the following members:
1919
### Properties
2020
| Property | Description |
2121
| :- | :- |
22-
| [type](/html/python-net/aspose.html.drawing/ibrush/type) | Get type of brush; |
22+
| [type](/html/python-net/aspose.html.drawing/ibrush/type) | Gets type of brush as [`BrushType`](/html/python-net/aspose.html.drawing/brushtype). |
2323

2424

2525

2626
### See Also
2727
* module [`aspose.html.drawing`](..)
28+
* class [`BrushType`](/html/python-net/aspose.html.drawing/brushtype)

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

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

1313

14-
Get type of brush;
14+
Gets type of brush as [`BrushType`](/html/python-net/aspose.html.drawing/brushtype).
1515
### Definition:
1616
```python
1717
@property

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IGradientBrush class
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.drawing/igradientbrush/
88
is_root: false
99
---
@@ -19,15 +19,16 @@ The IGradientBrush type exposes the following members:
1919
### Properties
2020
| Property | Description |
2121
| :- | :- |
22-
| [interpolation_colors](/html/python-net/aspose.html.drawing/igradientbrush/interpolation_colors) | Get the interpolation colors that defines a multicolor linear gradient. |
23-
| [blend_positions](/html/python-net/aspose.html.drawing/igradientbrush/blend_positions) | Get the blend positions that define a custom falloff for the gradient. |
24-
| [blend_factors](/html/python-net/aspose.html.drawing/igradientbrush/blend_factors) | Get the blend factors that define a custom falloff for the gradient. |
22+
| [interpolation_colors](/html/python-net/aspose.html.drawing/igradientbrush/interpolation_colors) | Gets or sets the interpolation colors that defines a multicolor linear gradient. |
23+
| [blend_positions](/html/python-net/aspose.html.drawing/igradientbrush/blend_positions) | Gets or sets the blend positions that define a custom falloff for the gradient. |
24+
| [blend_factors](/html/python-net/aspose.html.drawing/igradientbrush/blend_factors) | Gets or sets the blend factors that define a custom falloff for the gradient. |
2525
| [transformation_matrix](/html/python-net/aspose.html.drawing/igradientbrush/transformation_matrix) | Get the transform. The transform defines a local geometric transform for this brush. |
26-
| [wrap_mode](/html/python-net/aspose.html.drawing/igradientbrush/wrap_mode) | Gets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled<br/>when it is smaller than the area being filled. |
27-
| [type](/html/python-net/aspose.html.drawing/igradientbrush/type) | Get type of brush; |
26+
| [spread_mode](/html/python-net/aspose.html.drawing/igradientbrush/spread_mode) | Gets or sets the SpreadMode mode. SpreadMode mode specifies how a texture or gradient is tiled<br/>when it is smaller than the area being filled. |
27+
| [type](/html/python-net/aspose.html.drawing/igradientbrush/type) | Gets type of brush as [`BrushType`](/html/python-net/aspose.html.drawing/brushtype). |
2828

2929

3030

3131
### See Also
3232
* module [`aspose.html.drawing`](..)
33+
* class [`BrushType`](/html/python-net/aspose.html.drawing/brushtype)
3334
* class [`ITransformableBrush`](/html/python-net/aspose.html.drawing/itransformablebrush)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ is_root: false
1111
## blend_factors property
1212

1313

14-
Get the blend factors that define a custom falloff for the gradient.
14+
Gets or sets the blend factors that define a custom falloff for the gradient.
1515
### Definition:
1616
```python
1717
@property
1818
def blend_factors(self):
1919
...
20+
@blend_factors.setter
21+
def blend_factors(self, value):
22+
...
2023
```
2124

2225
### See Also

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ is_root: false
1111
## blend_positions property
1212

1313

14-
Get the blend positions that define a custom falloff for the gradient.
14+
Gets or sets the blend positions that define a custom falloff for the gradient.
1515
### Definition:
1616
```python
1717
@property
1818
def blend_positions(self):
1919
...
20+
@blend_positions.setter
21+
def blend_positions(self, value):
22+
...
2023
```
2124

2225
### See Also

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ is_root: false
1111
## interpolation_colors property
1212

1313

14-
Get the interpolation colors that defines a multicolor linear gradient.
14+
Gets or sets the interpolation colors that defines a multicolor linear gradient.
1515
### Definition:
1616
```python
1717
@property
1818
def interpolation_colors(self):
1919
...
20+
@interpolation_colors.setter
21+
def interpolation_colors(self, value):
22+
...
2023
```
2124

2225
### See Also

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

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

0 commit comments

Comments
 (0)