File tree Expand file tree Collapse file tree 3 files changed +48
-46
lines changed
aspose.slides.animation/effectsubtype Expand file tree Collapse file tree 3 files changed +48
-46
lines changed Original file line number Diff line number Diff line change @@ -25,50 +25,52 @@ public enum 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 @@ -17,7 +17,7 @@ public Size FrameSize { get; set; }
17
17
18
18
### Remarks
19
19
20
- If the size is empty then the value will be taken from [ ` SlideSize ` ] ( ../../../aspose.slides/ipresentation/slidesize ) & gt ;
20
+ If the size is empty then the value will be taken from [ ` SlideSize ` ] ( ../../../aspose.slides/ipresentation/slidesize )
21
21
22
22
### See Also
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public Size FrameSize { get; set; }
17
17
18
18
### Remarks
19
19
20
- If the size is empty then the value will be taken from [ ` SlideSize ` ] ( ../../../aspose.slides/ipresentation/slidesize ) & gt ;
20
+ If the size is empty then the value will be taken from [ ` SlideSize ` ] ( ../../../aspose.slides/ipresentation/slidesize )
21
21
22
22
### See Also
23
23
You can’t perform that action at this time.
0 commit comments