File tree Expand file tree Collapse file tree 6 files changed +51
-49
lines changed
aspose.slides.animation/effectsubtype Expand file tree Collapse file tree 6 files changed +51
-49
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Aspose.Slides for C++ API Reference (version 24.9 )
2
+ title : Aspose.Slides for C++ API Reference (version 24.10 )
3
3
type : docs
4
4
weight : 12
5
5
url : /
Original file line number Diff line number Diff line change @@ -25,50 +25,52 @@ enum class EffectSubtype
25
25
| BottomLeft | 3 | |
26
26
| BottomRight | 4 | |
27
27
| 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 | |
72
74
73
75
## See Also
74
76
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ System::Drawing::Size Aspose::Slides::Export::GifOptions::get_FrameSize() overri
18
18
## Remarks
19
19
20
20
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/)
22
22
## See Also
23
23
24
24
* Class [Size](../../../system.drawing/size/)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ void Aspose::Slides::Export::GifOptions::set_FrameSize(System::Drawing::Size val
18
18
## Remarks
19
19
20
20
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/)
22
22
## See Also
23
23
24
24
* Class [Size](../../../system.drawing/size/)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ virtual System::Drawing::Size Aspose::Slides::Export::IGifOptions::get_FrameSize
18
18
## Remarks
19
19
20
20
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/)
22
22
## See Also
23
23
24
24
* Class [Size](../../../system.drawing/size/)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ virtual void Aspose::Slides::Export::IGifOptions::set_FrameSize(System::Drawing:
18
18
## Remarks
19
19
20
20
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/)
22
22
## See Also
23
23
24
24
* Class [Size](../../../system.drawing/size/)
You can’t perform that action at this time.
0 commit comments