Skip to content

Commit 5aa763d

Browse files
Aspose.Slides for Python via .NET 25.12 API Reference
1 parent 1676f8a commit 5aa763d

File tree

183 files changed

+1046
-144
lines changed

Some content is hidden

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

183 files changed

+1046
-144
lines changed

content/python-net/english/aspose.slides.charts/chartportionformat/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The ChartPortionFormat type exposes the following members:
4646
| [`language_id`](/slides/python-net/aspose.slides.charts/chartportionformat/language_id/) | Returns or sets the Id of a proofing language. Used for checking spelling and grammar.<br/> Read/write **str**. |
4747
| [`alternative_language_id`](/slides/python-net/aspose.slides.charts/chartportionformat/alternative_language_id/) | Returns or sets the Id of an alternative language.<br/> Read/write **str**. |
4848
| [`spacing`](/slides/python-net/aspose.slides.charts/chartportionformat/spacing/) | Returns or sets the intercharacter spacing increment.<br/> **float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
49+
| [`spell_check`](/slides/python-net/aspose.slides.charts/chartportionformat/spell_check/) | Gets or sets a value indicating whether spell checking is enabled for the text portion.<br/> When this property is set to false, spelling checks for text elements are suppressed.<br/> When set to true, spell checking is allowed.<br/> Default value is `false`. |
4950
| [`slide`](/slides/python-net/aspose.slides.charts/chartportionformat/slide/) | |
5051
| [`presentation`](/slides/python-net/aspose.slides.charts/chartportionformat/presentation/) | |
5152

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: spell_check property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.charts/chartportionformat/spell_check/
7+
weight: 260
8+
---
9+
10+
11+
## spell_check property
12+
Gets or sets a value indicating whether spell checking is enabled for the text portion.
13+
When this property is set to false, spelling checks for text elements are suppressed.
14+
When set to true, spell checking is allowed.
15+
Default value is `false`.
16+
17+
### Definition:
18+
```python
19+
@property
20+
def spell_check(self):
21+
...
22+
23+
@spell_check.setter
24+
def spell_check(self, value):
25+
...
26+
```
27+
28+
29+
### See Also
30+
* class [`ChartPortionFormat`](/slides/python-net/aspose.slides.charts/chartportionformat)
31+
* module [`aspose.slides.charts`](/slides/python-net/aspose.slides.charts)
32+
* library [`Aspose.Slides`](/slides/python-net)
33+

content/python-net/english/aspose.slides.charts/chartportionformat/strikethrough_type/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/chartportionformat/strikethrough_type/
7-
weight: 260
7+
weight: 270
88
---
99

1010

content/python-net/english/aspose.slides.charts/chartportionformat/symbol_font/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/chartportionformat/symbol_font/
7-
weight: 270
7+
weight: 280
88
---
99

1010

content/python-net/english/aspose.slides.charts/chartportionformat/text_cap_type/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/chartportionformat/text_cap_type/
7-
weight: 280
7+
weight: 290
88
---
99

1010

content/python-net/english/aspose.slides.charts/chartportionformat/underline_fill_format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/chartportionformat/underline_fill_format/
7-
weight: 290
7+
weight: 300
88
---
99

1010

content/python-net/english/aspose.slides.charts/chartportionformat/underline_line_format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/chartportionformat/underline_line_format/
7-
weight: 300
7+
weight: 310
88
---
99

1010

content/python-net/english/aspose.slides.charts/ichartportionformat/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The IChartPortionFormat type exposes the following members:
4343
| [`language_id`](/slides/python-net/aspose.slides.charts/ichartportionformat/language_id/) | |
4444
| [`alternative_language_id`](/slides/python-net/aspose.slides.charts/ichartportionformat/alternative_language_id/) | |
4545
| [`spacing`](/slides/python-net/aspose.slides.charts/ichartportionformat/spacing/) | |
46+
| [`spell_check`](/slides/python-net/aspose.slides.charts/ichartportionformat/spell_check/) | |
4647

4748

4849
### See Also
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: spell_check property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.charts/ichartportionformat/spell_check/
7+
weight: 230
8+
---
9+
10+
11+
## spell_check property
12+
### Definition:
13+
```python
14+
@property
15+
def spell_check(self):
16+
...
17+
18+
@spell_check.setter
19+
def spell_check(self, value):
20+
...
21+
```
22+
23+
24+
### See Also
25+
* class [`IChartPortionFormat`](/slides/python-net/aspose.slides.charts/ichartportionformat)
26+
* module [`aspose.slides.charts`](/slides/python-net/aspose.slides.charts)
27+
* library [`Aspose.Slides`](/slides/python-net)
28+

content/python-net/english/aspose.slides.charts/ichartportionformat/strikethrough_type/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.charts/ichartportionformat/strikethrough_type/
7-
weight: 230
7+
weight: 240
88
---
99

1010

0 commit comments

Comments
 (0)