You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
261
261
|[HyperlinkColorSource](hyperlinkcolorsource)| Represents source of hyperlink color. |
262
262
|[HyperlinkManager](hyperlinkmanager)| Provide hyperlinks management (adding, removing). |
263
263
|[HyperlinkQueries](hyperlinkqueries)| Provide easy access to contained hyperlinks. |
264
-
|[IImage](iimage)| Represents the raster or vector image. |
264
+
|[IImage](iimage)| Represents a raster or vector image. This interface provides a common abstraction for handling both raster and vector images. Implementations may vary depending on the underlying image type. |
265
265
|[ImageCollection](imagecollection)| Represents collection of PPImage. |
266
266
|[ImageFormat](imageformat)| Represents the file format of the image. |
267
267
|[ImagePixelFormat](imagepixelformat)| Specifies the pixel format for the generated images. |
@@ -515,6 +515,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
515
515
|[SequenceCollection](sequencecollection)| Represents collection of interactive sequences. |
516
516
|[SetEffect](seteffect)| Represents a set effect for an animation behavior. |
517
517
|[Shape](shape)| Represents a shape on a slide. |
518
+
|[ShapeAdjustmentType](shapeadjustmenttype)| Specifies different types of shape adjustment values. |
518
519
|[ShapeBevel](shapebevel)| Contains the properties of shape's main face relief. |
519
520
|[ShapeCollection](shapecollection)| Represents a collection of a shapes. |
520
521
|[ShapeElement](shapeelement)| Represents a part of shape with same outline and fill properties. |
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/baseslide/_index.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ ThemeEffectiveData
28
28
29
29
| Name | Description |
30
30
| --- | --- |
31
-
| equals ([MasterNotesSlide](../masternotesslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
31
+
| equals ([Slide](../slide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
32
32
33
33
**Parameters:**
34
34
35
35
| Name | Type | Description |
36
36
| --- | --- | --- |
37
-
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
37
+
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
38
38
39
39
**Returns:**
40
40
boolean
@@ -47,13 +47,13 @@ boolean
47
47
48
48
| Name | Description |
49
49
| --- | --- |
50
-
| equals ([MasterHandoutSlide](../masterhandoutslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
50
+
| equals ([MasterSlide](../masterslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
51
51
52
52
**Parameters:**
53
53
54
54
| Name | Type | Description |
55
55
| --- | --- | --- |
56
-
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
56
+
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
57
57
58
58
**Returns:**
59
59
boolean
@@ -66,13 +66,13 @@ boolean
66
66
67
67
| Name | Description |
68
68
| --- | --- |
69
-
| equals ([BaseSlide](../baseslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
69
+
| equals ([MasterNotesSlide](../masternotesslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
70
70
71
71
**Parameters:**
72
72
73
73
| Name | Type | Description |
74
74
| --- | --- | --- |
75
-
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
75
+
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
76
76
77
77
**Returns:**
78
78
boolean
@@ -85,13 +85,13 @@ boolean
85
85
86
86
| Name | Description |
87
87
| --- | --- |
88
-
| equals ([Slide](../slide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
88
+
| equals ([LayoutSlide](../layoutslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
89
89
90
90
**Parameters:**
91
91
92
92
| Name | Type | Description |
93
93
| --- | --- | --- |
94
-
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
94
+
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
95
95
96
96
**Returns:**
97
97
boolean
@@ -123,13 +123,13 @@ boolean
123
123
124
124
| Name | Description |
125
125
| --- | --- |
126
-
| equals ([MasterSlide](../masterslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
126
+
| equals ([BaseSlide](../baseslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
127
127
128
128
**Parameters:**
129
129
130
130
| Name | Type | Description |
131
131
| --- | --- | --- |
132
-
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
132
+
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
133
133
134
134
**Returns:**
135
135
boolean
@@ -142,13 +142,13 @@ boolean
142
142
143
143
| Name | Description |
144
144
| --- | --- |
145
-
| equals ([LayoutSlide](../layoutslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
145
+
| equals ([MasterHandoutSlide](../masterhandoutslide)) | Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide's structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn't take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder. |
146
146
147
147
**Parameters:**
148
148
149
149
| Name | Type | Description |
150
150
| --- | --- | --- |
151
-
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
151
+
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
0 commit comments