Skip to content

Commit a2d27ec

Browse files
Aspose.Slides for C++ 24.10 API Reference
1 parent d717b5d commit a2d27ec

File tree

6 files changed

+51
-49
lines changed

6 files changed

+51
-49
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 24.9)
2+
title: Aspose.Slides for C++ API Reference (version 24.10)
33
type: docs
44
weight: 12
55
url: /

content/cpp/english/aspose.slides.animation/effectsubtype/_index.md

Lines changed: 46 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -25,50 +25,52 @@ enum class EffectSubtype
2525
| BottomLeft | 3 | |
2626
| BottomRight | 4 | |
2727
| Center | 5 | |
28-
| Clockwise | 6 | |
29-
| CounterClockwise | 7 | |
30-
| GradualAndCycleClockwise | 8 | |
31-
| GradualAndCycleCounterClockwise | 9 | |
32-
| Down | 10 | |
33-
| DownLeft | 11 | |
34-
| DownRight | 12 | |
35-
| FontAllCaps | 13 | |
36-
| FontBold | 14 | |
37-
| FontItalic | 15 | |
38-
| FontShadow | 16 | |
39-
| FontStrikethrough | 17 | |
40-
| FontUnderline | 18 | |
41-
| Gradual | 19 | |
42-
| Horizontal | 20 | |
43-
| HorizontalIn | 21 | |
44-
| HorizontalOut | 22 | |
45-
| In | 23 | |
46-
| InBottom | 24 | |
47-
| InCenter | 25 | |
48-
| InSlightly | 26 | |
49-
| Instant | 27 | |
50-
| Left | 28 | |
51-
| OrdinalMask | 29 | |
52-
| Out | 30 | |
53-
| OutBottom | 31 | |
54-
| OutCenter | 32 | |
55-
| OutSlightly | 33 | |
56-
| Right | 34 | |
57-
| Slightly | 35 | |
58-
| Top | 36 | |
59-
| TopLeft | 37 | |
60-
| TopRight | 38 | |
61-
| Up | 39 | |
62-
| UpLeft | 40 | |
63-
| UpRight | 41 | |
64-
| Vertical | 42 | |
65-
| VerticalIn | 43 | |
66-
| VerticalOut | 44 | |
67-
| Wheel1 | 45 | |
68-
| Wheel2 | 46 | |
69-
| Wheel3 | 47 | |
70-
| Wheel4 | 48 | |
71-
| Wheel8 | 49 | |
28+
| ObjectCenter | 6 | |
29+
| SlideCenter | 7 | |
30+
| Clockwise | 8 | |
31+
| CounterClockwise | 9 | |
32+
| GradualAndCycleClockwise | 10 | |
33+
| GradualAndCycleCounterClockwise | 11 | |
34+
| Down | 12 | |
35+
| DownLeft | 13 | |
36+
| DownRight | 14 | |
37+
| FontAllCaps | 15 | |
38+
| FontBold | 16 | |
39+
| FontItalic | 17 | |
40+
| FontShadow | 18 | |
41+
| FontStrikethrough | 19 | |
42+
| FontUnderline | 20 | |
43+
| Gradual | 21 | |
44+
| Horizontal | 22 | |
45+
| HorizontalIn | 23 | |
46+
| HorizontalOut | 24 | |
47+
| In | 25 | |
48+
| InBottom | 26 | |
49+
| InCenter | 27 | |
50+
| InSlightly | 28 | |
51+
| Instant | 29 | |
52+
| Left | 30 | |
53+
| OrdinalMask | 31 | |
54+
| Out | 32 | |
55+
| OutBottom | 33 | |
56+
| OutCenter | 34 | |
57+
| OutSlightly | 35 | |
58+
| Right | 36 | |
59+
| Slightly | 37 | |
60+
| Top | 38 | |
61+
| TopLeft | 39 | |
62+
| TopRight | 40 | |
63+
| Up | 41 | |
64+
| UpLeft | 42 | |
65+
| UpRight | 43 | |
66+
| Vertical | 44 | |
67+
| VerticalIn | 45 | |
68+
| VerticalOut | 46 | |
69+
| Wheel1 | 47 | |
70+
| Wheel2 | 48 | |
71+
| Wheel3 | 49 | |
72+
| Wheel4 | 50 | |
73+
| Wheel8 | 51 | |
7274
7375
## See Also
7476

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ System::Drawing::Size Aspose::Slides::Export::GifOptions::get_FrameSize() overri
1818
## Remarks
1919

2020

21-
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)>
21+
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)
2222
## See Also
2323

2424
* Class [Size](../../../system.drawing/size/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void Aspose::Slides::Export::GifOptions::set_FrameSize(System::Drawing::Size val
1818
## Remarks
1919
2020
21-
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)>
21+
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)
2222
## See Also
2323
2424
* Class [Size](../../../system.drawing/size/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ virtual System::Drawing::Size Aspose::Slides::Export::IGifOptions::get_FrameSize
1818
## Remarks
1919

2020

21-
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)>
21+
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)
2222
## See Also
2323

2424
* Class [Size](../../../system.drawing/size/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ virtual void Aspose::Slides::Export::IGifOptions::set_FrameSize(System::Drawing:
1818
## Remarks
1919
2020
21-
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)>
21+
If the size is empty then the value will be taken from [IPresentation::get_SlideSize](../../../aspose.slides/ipresentation/get_slidesize/)
2222
## See Also
2323
2424
* Class [Size](../../../system.drawing/size/)

0 commit comments

Comments
 (0)