Skip to content

Commit 1b7a40f

Browse files
Aspose.Slides for .NET 24.10 API Reference
1 parent 5892920 commit 1b7a40f

File tree

3 files changed

+48
-46
lines changed
  • content/net/english

3 files changed

+48
-46
lines changed

content/net/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 @@ public enum 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/net/english/aspose.slides.export/gifoptions/framesize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public Size FrameSize { get; set; }
1717

1818
### Remarks
1919

20-
If the size is empty then the value will be taken from [`SlideSize`](../../../aspose.slides/ipresentation/slidesize)>
20+
If the size is empty then the value will be taken from [`SlideSize`](../../../aspose.slides/ipresentation/slidesize)
2121

2222
### See Also
2323

content/net/english/aspose.slides.export/igifoptions/framesize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public Size FrameSize { get; set; }
1717

1818
### Remarks
1919

20-
If the size is empty then the value will be taken from [`SlideSize`](../../../aspose.slides/ipresentation/slidesize)>
20+
If the size is empty then the value will be taken from [`SlideSize`](../../../aspose.slides/ipresentation/slidesize)
2121

2222
### See Also
2323

0 commit comments

Comments
 (0)