Skip to content

Commit 8ea4853

Browse files
Aspose.Slides for Python via .NET 26.1 API Reference
1 parent c6b4e01 commit 8ea4853

127 files changed

Lines changed: 1225 additions & 86 deletions

File tree

Some content is hidden

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ Contains classes for work with Microsoft PowerPoint presentations without utiliz
267267
| [`ISectionCollection`](/slides/python-net/aspose.slides/isectioncollection/) | Represents a collection of sections. |
268268
| [`ISectionSlideCollection`](/slides/python-net/aspose.slides/isectionslidecollection/) | Represents a collection of a slides in the section. |
269269
| [`ISectionZoomFrame`](/slides/python-net/aspose.slides/isectionzoomframe/) | Represents a Section Zoom object in a slide. |
270+
| [`ISensitivityLabel`](/slides/python-net/aspose.slides/isensitivitylabel/) | Represents the sensitivity label from Microsoft Purview Information Protection. |
271+
| [`ISensitivityLabelCollection`](/slides/python-net/aspose.slides/isensitivitylabelcollection/) | Represents a collection of sensitivity labels applied to the document. |
270272
| [`IShape`](/slides/python-net/aspose.slides/ishape/) | Represents a shape on a slide. |
271273
| [`IShapeBevel`](/slides/python-net/aspose.slides/ishapebevel/) | Represents properties of shape's main face relief. |
272274
| [`IShapeBevelEffectiveData`](/slides/python-net/aspose.slides/ishapebeveleffectivedata/) | Immutable object which contains effective shape's face relief properties. |
@@ -395,6 +397,8 @@ Contains classes for work with Microsoft PowerPoint presentations without utiliz
395397
| [`SectionCollection`](/slides/python-net/aspose.slides/sectioncollection/) | Represents a collection of sections. |
396398
| [`SectionSlideCollection`](/slides/python-net/aspose.slides/sectionslidecollection/) | Represents a collection of slides in the section. |
397399
| [`SectionZoomFrame`](/slides/python-net/aspose.slides/sectionzoomframe/) | Represents a Section Zoom object in a slide. |
400+
| [`SensitivityLabel`](/slides/python-net/aspose.slides/sensitivitylabel/) | Represents the sensitivity label from Microsoft Purview Information Protection. |
401+
| [`SensitivityLabelCollection`](/slides/python-net/aspose.slides/sensitivitylabelcollection/) | Represents a collection of sensitivity labels applied to the document. |
398402
| [`Shape`](/slides/python-net/aspose.slides/shape/) | Represents a shape on a slide. |
399403
| [`ShapeBevel`](/slides/python-net/aspose.slides/shapebevel/) | Contains the properties of shape's main face relief. |
400404
| [`ShapeCollection`](/slides/python-net/aspose.slides/shapecollection/) | Represents a collection of shapes. |
@@ -497,6 +501,8 @@ Contains classes for work with Microsoft PowerPoint presentations without utiliz
497501
| [`RectangleAlignment`](/slides/python-net/aspose.slides/rectanglealignment/) | Defines 2-dimension allignment. |
498502
| [`ResourceLoadingAction`](/slides/python-net/aspose.slides/resourceloadingaction/) | Specifies the mode of external resource loading. |
499503
| [`SchemeColor`](/slides/python-net/aspose.slides/schemecolor/) | Represents colors in a color scheme. |
504+
| [`SensitivityLabelAssignmentType`](/slides/python-net/aspose.slides/sensitivitylabelassignmenttype/) | Represents the assignment method for the sensitivity label. |
505+
| [`SensitivityLabelContentType`](/slides/python-net/aspose.slides/sensitivitylabelcontenttype/) | Represents the types of content marking that ought to be applied to a document. |
500506
| [`ShapeAdjustmentType`](/slides/python-net/aspose.slides/shapeadjustmenttype/) | Specifies different types of shape adjustment values. |
501507
| [`ShapeElementFillSource`](/slides/python-net/aspose.slides/shapeelementfillsource/) | Represents how shape element should be filled. |
502508
| [`ShapeElementStrokeSource`](/slides/python-net/aspose.slides/shapeelementstrokesource/) | Represents how shape element should be drawn. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The DocumentProperties type exposes the following members:
7878
| [`remove_custom_property`](/slides/python-net/aspose.slides/documentproperties/remove_custom_property/#str) | Remove a custom property associated with a specified name. |
7979
| [`contains_custom_property`](/slides/python-net/aspose.slides/documentproperties/contains_custom_property/#str) | Check presents of a custom property with a specified name. |
8080
| [`clear_custom_properties`](/slides/python-net/aspose.slides/documentproperties/clear_custom_properties/#) | Removes all custom properties. |
81+
| [`get_sensitivity_labels`](/slides/python-net/aspose.slides/documentproperties/get_sensitivity_labels/#) | Gets an array of sensitivity labels from the custom document properties (Microsoft Information Protection SDK Metadata). |
8182
| [`clear_built_in_properties`](/slides/python-net/aspose.slides/documentproperties/clear_built_in_properties/#) | Clears and sets default values for all builtIn properties. |
8283
| [`clone`](/slides/python-net/aspose.slides/documentproperties/clone/#) | Clones current object |
8384
| [`clone_t`](/slides/python-net/aspose.slides/documentproperties/clone_t/#) | Clones current object |

content/python-net/english/aspose.slides/documentproperties/app_version/_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/documentproperties/app_version/
7-
weight: 110
7+
weight: 120
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/application_template/_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/documentproperties/application_template/
7-
weight: 120
7+
weight: 130
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/author/_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/documentproperties/author/
7-
weight: 130
7+
weight: 140
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/category/_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/documentproperties/category/
7-
weight: 140
7+
weight: 150
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/comments/_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/documentproperties/comments/
7-
weight: 150
7+
weight: 160
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/company/_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/documentproperties/company/
7-
weight: 160
7+
weight: 170
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/content_status/_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/documentproperties/content_status/
7-
weight: 170
7+
weight: 180
88
---
99

1010

content/python-net/english/aspose.slides/documentproperties/content_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/documentproperties/content_type/
7-
weight: 180
7+
weight: 190
88
---
99

1010

0 commit comments

Comments
 (0)