Skip to content

Commit 1676f8a

Browse files
Aspose.Slides for C++ 25.11 API Reference
1 parent cc9fd4a commit 1676f8a

File tree

708 files changed

+2759
-2968
lines changed

Some content is hidden

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

708 files changed

+2759
-2968
lines changed

content/cpp/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Aspose.Slides for C++ API Reference (version 25.9)
2+
title: Aspose.Slides for C++ API Reference (version 25.11)
33
type: docs
44
weight: 12
55
url: /

content/cpp/english/aspose.slides.charts/chart/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ class Chart : public Aspose::Slides::GraphicalObject,
8888
| virtual **int32_t** [GetHashCode](../../system/object/gethashcode/)() const | Analog of C# [Object.GetHashCode()](../../system/object/gethashcode/) method. Enables hashing of custom objects. |
8989
| [System::SharedPtr](../../system/sharedptr/)\<[IImage](../../aspose.slides/iimage/)\> [GetImage](../../aspose.slides/shape/getimage/)() override | Returns shape thumbnail. [ShapeThumbnailBounds::Shape](../../aspose.slides/shapethumbnailbounds/) shape thumbnail bounds type is used by default. |
9090
| [System::SharedPtr](../../system/sharedptr/)\<[IImage](../../aspose.slides/iimage/)\> [GetImage](../../aspose.slides/shape/getimage/)([ShapeThumbnailBounds](../../aspose.slides/shapethumbnailbounds/), **float**, **float**) override | Returns shape thumbnail. |
91-
| [System::SharedPtr](../../system/sharedptr/)\<[System::Drawing::Bitmap](../../system.drawing/bitmap/)\> [GetThumbnail](../../aspose.slides/shape/getthumbnail/)() override | Returns shape thumbnail. [ShapeThumbnailBounds::Shape](../../aspose.slides/shapethumbnailbounds/) shape thumbnail bounds type is used by default. |
92-
| [System::SharedPtr](../../system/sharedptr/)\<[System::Drawing::Bitmap](../../system.drawing/bitmap/)\> [GetThumbnail](../../aspose.slides/shape/getthumbnail/)([ShapeThumbnailBounds](../../aspose.slides/shapethumbnailbounds/), **float**, **float**) override | Returns shape thumbnail. |
9391
| virtual const [TypeInfo](../../system/typeinfo/)\& [GetType](../../system/object/gettype/)() const | Gets actual type of object. Analog of C# [System.Object.GetType()](../../system/object/gettype/) call. |
9492
| virtual **bool** [Is](../../system/object/is/)(const [TypeInfo](../../system/typeinfo/)\&) const | Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. |
9593
| void [Lock](../../system/object/lock/)() | Implements C# lock() statement locking. Call directly or use [LockContext](../../system/lockcontext/) sentry object. |

content/cpp/english/aspose.slides.charts/ichart/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ class IChart : public virtual Aspose::Slides::IGraphicalObject,
9090
| virtual **int32_t** [GetHashCode](../../system/object/gethashcode/)() const | Analog of C# [Object.GetHashCode()](../../system/object/gethashcode/) method. Enables hashing of custom objects. |
9191
| virtual [System::SharedPtr](../../system/sharedptr/)\<[IImage](../../aspose.slides/iimage/)\> [GetImage](../../aspose.slides/ishape/getimage/)() | Returns shape thumbnail. [ShapeThumbnailBounds::Shape](../../aspose.slides/shapethumbnailbounds/) shape thumbnail bounds type is used by default. |
9292
| virtual [System::SharedPtr](../../system/sharedptr/)\<[IImage](../../aspose.slides/iimage/)\> [GetImage](../../aspose.slides/ishape/getimage/)([ShapeThumbnailBounds](../../aspose.slides/shapethumbnailbounds/), **float**, **float**) | Returns shape thumbnail. |
93-
| virtual [System::SharedPtr](../../system/sharedptr/)\<[System::Drawing::Bitmap](../../system.drawing/bitmap/)\> [GetThumbnail](../../aspose.slides/ishape/getthumbnail/)() | Returns shape thumbnail. [ShapeThumbnailBounds::Shape](../../aspose.slides/shapethumbnailbounds/) shape thumbnail bounds type is used by default. |
94-
| virtual [System::SharedPtr](../../system/sharedptr/)\<[System::Drawing::Bitmap](../../system.drawing/bitmap/)\> [GetThumbnail](../../aspose.slides/ishape/getthumbnail/)([ShapeThumbnailBounds](../../aspose.slides/shapethumbnailbounds/), **float**, **float**) | Returns shape thumbnail. |
9593
| virtual const [TypeInfo](../../system/typeinfo/)\& [GetType](../../system/object/gettype/)() const | Gets actual type of object. Analog of C# [System.Object.GetType()](../../system/object/gettype/) call. |
9694
| virtual **bool** [Is](../../system/object/is/)(const [TypeInfo](../../system/typeinfo/)\&) const | Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. |
9795
| void [Lock](../../system/object/lock/)() | Implements C# lock() statement locking. Call directly or use [LockContext](../../system/lockcontext/) sentry object. |

content/cpp/english/aspose.slides.export/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ url: /aspose.slides.export/
3434
| [IInkOptions](./iinkoptions/) | Provides options that control the look of [Ink](../aspose.slides.ink/) objects in exported document. |
3535
| [ILinkEmbedController](./ilinkembedcontroller/) | Callback interface used to determine how object should be processed during saving. |
3636
| [InkOptions](./inkoptions/) | Provides options that control the look of [Ink](../aspose.slides.ink/) objects in exported document. |
37-
| [INotesCommentsLayoutingOptions](./inotescommentslayoutingoptions/) | Provides options that control the look of layouting of notes and comments in exported document. |
3837
| [IPdfOptions](./ipdfoptions/) | Provides options that control how a presentation is saved in Pdf format. |
3938
| [IPptOptions](./ipptoptions/) | Provides options that control how a presentation is saved in PPT format. |
4039
| [IPptxOptions](./ipptxoptions/) | Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM). |

content/cpp/english/aspose.slides.export/blackwhiteconversionmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BlackWhiteConversionMode
33
second_title: Aspose.Slides for C++ API Reference
44
description: Provides options that control how slides' images will be converted to bitonal images.
55
type: docs
6-
weight: 833
6+
weight: 820
77
url: /aspose.slides.export/blackwhiteconversionmode/
88
---
99
## BlackWhiteConversionMode enum

content/cpp/english/aspose.slides.export/commentspositions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CommentsPositions
33
second_title: Aspose.Slides for C++ API Reference
44
description: Represents the rule to render comments into exported document
55
type: docs
6-
weight: 846
6+
weight: 833
77
url: /aspose.slides.export/commentspositions/
88
---
99
## CommentsPositions enum

content/cpp/english/aspose.slides.export/conformance/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Conformance
33
second_title: Aspose.Slides for C++ API Reference
44
description: Specifies the conformance class to which the PresentationML document conforms.
55
type: docs
6-
weight: 859
6+
weight: 846
77
url: /aspose.slides.export/conformance/
88
---
99
## Conformance enum

content/cpp/english/aspose.slides.export/embedfontcharacters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmbedFontCharacters
33
second_title: Aspose.Slides for C++ API Reference
44
description: Represents the rule to use for adding new embedding font into IPresentation
55
type: docs
6-
weight: 872
6+
weight: 859
77
url: /aspose.slides.export/embedfontcharacters/
88
---
99
## EmbedFontCharacters enum

content/cpp/english/aspose.slides.export/flavor/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Flavor
33
second_title: Aspose.Slides for C++ API Reference
44
description: All markdown specifications used in program.
55
type: docs
6-
weight: 924
6+
weight: 911
77
url: /aspose.slides.export/flavor/
88
---
99
## Flavor enum

content/cpp/english/aspose.slides.export/handlerepeatedspaces/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HandleRepeatedSpaces
33
second_title: Aspose.Slides for C++ API Reference
44
description: Specifies how repeated regular space characters should be handled during Markdown export.
55
type: docs
6-
weight: 937
6+
weight: 924
77
url: /aspose.slides.export/handlerepeatedspaces/
88
---
99
## HandleRepeatedSpaces enum

0 commit comments

Comments
 (0)