Skip to content

Commit f32a715

Browse files
Aspose.Slides for Python via .NET 24.11 API Reference
1 parent b05e543 commit f32a715

File tree

48 files changed

+755
-22
lines changed

Some content is hidden

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

48 files changed

+755
-22
lines changed

content/python-net/english/aspose.slides.export/textinheritancelimit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The TextInheritanceLimit type exposes the following members:
1818
| Field | Description |
1919
| :- | :- |
2020
| ALL | Inherit all text properties. |
21-
| TEXT_BOX | Inherit only from TextFrameEx's style. |
21+
| TEXT_BOX | Inherit only from TextFrame's style. |
2222
| PARAGRAPH_ONLY | Use only properties defined for paragraph. |
2323

2424

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Contains classes for work with Microsoft PowerPoint presentations without utiliz
5858
| [`DigitalSignature`](/slides/python-net/aspose.slides/digitalsignature/) | Digital signature in signed file. |
5959
| [`DigitalSignatureCollection`](/slides/python-net/aspose.slides/digitalsignaturecollection/) | Represents a collection of digital signatures attached to a document. |
6060
| [`DocumentProperties`](/slides/python-net/aspose.slides/documentproperties/) | Represents properties of a presentation. |
61+
| [`DrawingGuide`](/slides/python-net/aspose.slides/drawingguide/) | Represents an adjustable drawing guide. |
62+
| [`DrawingGuidesCollection`](/slides/python-net/aspose.slides/drawingguidescollection/) | Represents a collection of the adjustable drawing guides. |
6163
| [`EffectFormat`](/slides/python-net/aspose.slides/effectformat/) | Represents effect properties of shape. |
6264
| [`Field`](/slides/python-net/aspose.slides/field/) | Represents a field. |
6365
| [`FieldType`](/slides/python-net/aspose.slides/fieldtype/) | Represents a type of field. <br/> This value determines which text will be set to the field portion when it will be updated. |
@@ -141,6 +143,8 @@ Contains classes for work with Microsoft PowerPoint presentations without utiliz
141143
| [`IDigitalSignature`](/slides/python-net/aspose.slides/idigitalsignature/) | Digital signature in signed file. |
142144
| [`IDigitalSignatureCollection`](/slides/python-net/aspose.slides/idigitalsignaturecollection/) | Represents a collection of digital signatures attached to a document. |
143145
| [`IDocumentProperties`](/slides/python-net/aspose.slides/idocumentproperties/) | Represents properties of a presentation. |
146+
| [`IDrawingGuide`](/slides/python-net/aspose.slides/idrawingguide/) | Represents an adjustable drawing guide. |
147+
| [`IDrawingGuidesCollection`](/slides/python-net/aspose.slides/idrawingguidescollection/) | Represents a collection of the adjustable drawing guides. |
144148
| [`IEffectFormat`](/slides/python-net/aspose.slides/ieffectformat/) | Represents effect properties of shape. |
145149
| [`IEffectFormatEffectiveData`](/slides/python-net/aspose.slides/ieffectformateffectivedata/) | Imutable object which contains effective effect formatting properties. |
146150
| [`IEffectParamSource`](/slides/python-net/aspose.slides/ieffectparamsource/) | Auxiliary effect parameters interface. |

content/python-net/english/aspose.slides/commonslideviewproperties/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The CommonSlideViewProperties type exposes the following members:
1919
| :- | :- |
2020
| [`scale`](/slides/python-net/aspose.slides/commonslideviewproperties/scale/) | Specifies the view scaling ratio in percentages.<br/> Read/write **int**. |
2121
| [`variable_scale`](/slides/python-net/aspose.slides/commonslideviewproperties/variable_scale/) | Specifies that the view content should automatically scale to best fit the current window size.<br/> Read/write **bool**. |
22+
| [`drawing_guides`](/slides/python-net/aspose.slides/commonslideviewproperties/drawing_guides/) | Returns the collection of the drawing guides.<br/> Read-only [`IDrawingGuidesCollection`](/slides/python-net/aspose.slides/idrawingguidescollection) |
2223

2324

2425
### See Also
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: drawing_guides property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides/commonslideviewproperties/drawing_guides/
7+
weight: 10
8+
---
9+
10+
11+
## drawing_guides property
12+
Returns the collection of the drawing guides.
13+
Read-only [`IDrawingGuidesCollection`](/slides/python-net/aspose.slides/idrawingguidescollection)
14+
15+
### Definition:
16+
```python
17+
@property
18+
def drawing_guides(self):
19+
...
20+
```
21+
22+
23+
### See Also
24+
* class [`CommonSlideViewProperties`](/slides/python-net/aspose.slides/commonslideviewproperties)
25+
* class [`IDrawingGuidesCollection`](/slides/python-net/aspose.slides/idrawingguidescollection)
26+
* module [`aspose.slides`](/slides/python-net/aspose.slides)
27+
* library [`Aspose.Slides`](/slides/python-net)
28+

content/python-net/english/aspose.slides/commonslideviewproperties/scale/_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/commonslideviewproperties/scale/
7-
weight: 10
7+
weight: 20
88
---
99

1010

content/python-net/english/aspose.slides/commonslideviewproperties/variable_scale/_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/commonslideviewproperties/variable_scale/
7-
weight: 20
7+
weight: 30
88
---
99

1010

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: DrawingGuide class
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides/drawingguide/
7+
---
8+
9+
10+
## DrawingGuide class
11+
12+
Represents an adjustable drawing guide.
13+
14+
The DrawingGuide type exposes the following members:
15+
16+
## Properties
17+
18+
| Property | Description |
19+
| :- | :- |
20+
| [`orientation`](/slides/python-net/aspose.slides/drawingguide/orientation/) | Returns or sets orientation of the drawing guide.<br/> Read/write [`Orientation`](/slides/python-net/aspose.slides/orientation). |
21+
| [`position`](/slides/python-net/aspose.slides/drawingguide/position/) | Returns or sets position of the drawing guide in points from the top, left corner of the slide.<br/> Read/write **float**. |
22+
23+
24+
### See Also
25+
* module [`aspose.slides`](/slides/python-net/aspose.slides)
26+
* library [`Aspose.Slides`](/slides/python-net)
27+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: orientation property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides/drawingguide/orientation/
7+
weight: 10
8+
---
9+
10+
11+
## orientation property
12+
Returns or sets orientation of the drawing guide.
13+
Read/write [`Orientation`](/slides/python-net/aspose.slides/orientation).
14+
15+
### Definition:
16+
```python
17+
@property
18+
def orientation(self):
19+
...
20+
21+
@orientation.setter
22+
def orientation(self, value):
23+
...
24+
```
25+
26+
27+
### See Also
28+
* class [`DrawingGuide`](/slides/python-net/aspose.slides/drawingguide)
29+
* enumeration [`Orientation`](/slides/python-net/aspose.slides/orientation)
30+
* module [`aspose.slides`](/slides/python-net/aspose.slides)
31+
* library [`Aspose.Slides`](/slides/python-net)
32+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: position property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides/drawingguide/position/
7+
weight: 20
8+
---
9+
10+
11+
## position property
12+
Returns or sets position of the drawing guide in points from the top, left corner of the slide.
13+
Read/write **float**.
14+
15+
16+
### Remarks
17+
18+
The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide.
19+
20+
### Definition:
21+
```python
22+
@property
23+
def position(self):
24+
...
25+
26+
@position.setter
27+
def position(self, value):
28+
...
29+
```
30+
31+
32+
### See Also
33+
* class [`DrawingGuide`](/slides/python-net/aspose.slides/drawingguide)
34+
* module [`aspose.slides`](/slides/python-net/aspose.slides)
35+
* library [`Aspose.Slides`](/slides/python-net)
36+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: DrawingGuidesCollection indexer
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides/drawingguidescollection/__getitem__/
7+
weight: 50
8+
---
9+
10+
11+
## DrawingGuidesCollection indexer
12+
## Indexer
13+
14+
| Name | Description |
15+
| :- | :- |
16+
| index | |
17+
18+
19+
### See Also
20+
* class [`DrawingGuidesCollection`](/slides/python-net/aspose.slides/drawingguidescollection)
21+
* module [`aspose.slides`](/slides/python-net/aspose.slides)
22+
* library [`Aspose.Slides`](/slides/python-net)
23+

0 commit comments

Comments
 (0)