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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
235
235
|[GradientStopCollection](gradientstopcollection)| Represnts a collection of gradient stops. |
236
236
|[GradientStopCollectionEffectiveData](gradientstopcollectioneffectivedata)| Represents a collection of GradientStopData objects. |
237
237
|[GradientStopEffectiveData](gradientstopeffectivedata)| Immutable object which represents a gradient stop. |
238
-
|[GradientStyle](gradientstyle)| Represents the styles available for a gradient. This determines the visual gradient effect applied to graphical elements. |
238
+
|[GradientStyle](gradientstyle)| Represents the available gradient styles. |
|[GraphicalObjectLock](graphicalobjectlock)| Determines which operations are disabled on the parent GraphicalObject. |
241
241
|[GrayScale](grayscale)| Represents a Gray Scale effect. Converts all effect color values to a shade of gray, corresponding to their luminance. Effect alpha (opacity) values are unaffected. |
@@ -273,6 +273,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
273
273
|[InterruptionToken](interruptiontoken)| This class represents the token to use for signaling long running tasks whether the interruption was requested. |
274
274
|[InterruptionTokenSource](interruptiontokensource)| Represents the source of InterruptionToken. |
275
275
|[InvalidPasswordException](invalidpasswordexception)| Exception which thrown when presentation file format is unsupported. |
276
+
|[LayoutPlaceholderManager](layoutplaceholdermanager)| Represents manager that allows you to add placeholders to the layout slide. |
276
277
|[LayoutSlide](layoutslide)| Represents a layout slide. |
277
278
|[LayoutSlideCollection](layoutslidecollection)| Represents a base class for collection of a layout slides. |
278
279
|[LayoutSlideHeaderFooterManager](layoutslideheaderfootermanager)| Represents manager which holds behavior of the layout slide footer, date-time, page number placeholders and all child placeholders. Child placeholders mean placeholders are contained on depending slides. Depending slides use and depend on layout slide. |
@@ -584,7 +585,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
584
585
|[TextFrameFormat](textframeformat)| Contains the TextFrame's formatTextFrameFormatting properties. |
585
586
|[TextHighlightingOptions](texthighlightingoptions)| Represents options which can be used to highlight text in text frame. |
586
587
|[TextInheritanceLimit](textinheritancelimit)| Controls the depth of the text properties inheritance. |
587
-
|[TextSearchOptions](textsearchoptions)| Represents options which can be used to find text in Presentation, Slide or TextFrame. |
588
+
|[TextSearchOptions](textsearchoptions)| Represents options that can be used to search for text in a Presentation, Slide or TextFrame. |
588
589
|[TextShapeType](textshapetype)| Represents text wrapping shape. |
589
590
|[TextStrikethroughType](textstrikethroughtype)| Represents the type of text strikethrough. |
590
591
|[TextStyle](textstyle)| This class contains the text style formatting properties. |
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/baseslide/_index.md
+16-16Lines changed: 16 additions & 16 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 ([NotesSlide](../notesslide)) | 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 ([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. |
32
32
33
33
**Parameters:**
34
34
35
35
| Name | Type | Description |
36
36
| --- | --- | --- |
37
-
| slide |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
37
+
| slide |[BaseSlide](../baseslide)| 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 ([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. |
50
+
| 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. |
51
51
52
52
**Parameters:**
53
53
54
54
| Name | Type | Description |
55
55
| --- | --- | --- |
56
-
| slide |[Slide](../slide)| The IBaseSlide to compare with the current IBaseSlide. |
56
+
| slide |[LayoutSlide](../layoutslide)| 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 ([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. |
69
+
| 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. |
70
70
71
71
**Parameters:**
72
72
73
73
| Name | Type | Description |
74
74
| --- | --- | --- |
75
-
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
75
+
| slide |[Slide](../slide)| 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 ([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. |
88
+
| 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. |
89
89
90
90
**Parameters:**
91
91
92
92
| Name | Type | Description |
93
93
| --- | --- | --- |
94
-
| slide |[LayoutSlide](../layoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
94
+
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
95
95
96
96
**Returns:**
97
97
boolean
@@ -104,13 +104,13 @@ boolean
104
104
105
105
| Name | Description |
106
106
| --- | --- |
107
-
| 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. |
107
+
| equals ([NotesSlide](../notesslide)) | 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. |
108
108
109
109
**Parameters:**
110
110
111
111
| Name | Type | Description |
112
112
| --- | --- | --- |
113
-
| slide |[BaseSlide](../baseslide)| The IBaseSlide to compare with the current IBaseSlide. |
113
+
| slide |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
114
114
115
115
**Returns:**
116
116
boolean
@@ -123,13 +123,13 @@ boolean
123
123
124
124
| Name | Description |
125
125
| --- | --- |
126
-
| 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. |
126
+
| 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. |
127
127
128
128
**Parameters:**
129
129
130
130
| Name | Type | Description |
131
131
| --- | --- | --- |
132
-
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
132
+
| slide |[MasterHandoutSlide](../masterhandoutslide)| 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 ([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. |
145
+
| 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. |
146
146
147
147
**Parameters:**
148
148
149
149
| Name | Type | Description |
150
150
| --- | --- | --- |
151
-
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
151
+
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
0 commit comments