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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,6 +275,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
275
275
|[Ink](ink)| Represents an ink object on a slide. |
276
276
|[InkActions](inkactions)| Represents the root of ink actions. |
277
277
|[InkBrush](inkbrush)| Represents an inkBrush object. |
278
+
|[InkEffectType](inkeffecttype)| Specifies a set of predefined visual effects for ink rendering. Each effect corresponds to a texture or image that simulates a stylized ink appearance. These values can be used to customize the visual style of digital ink strokes during rendering. |
278
279
|[InkOptions](inkoptions)| Provides options that control the look of Ink objects in exported document. |
279
280
|[InkTrace](inktrace)| Represents an Trace object. A Trace element is used to record the data captured by the digitizer. It contains a sequence of points encoded according to the specification given by the InkTraceFormat object. |
280
281
|[InnerShadow](innershadow)| Represents a Inner Shadow effect. |
@@ -475,6 +476,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
475
476
|[PptxUnsupportedFormatException](pptxunsupportedformatexception)| Exception which thrown when presentation file format is unsupported. |
476
477
|[Presentation](presentation)| Represents a Microsoft PowerPoint presentation. |
477
478
|[PresentationAnimationsGenerator](presentationanimationsgenerator)| Represents a generator of the animations in the Presentation. |
479
+
|[PresentationContentAmountType](presentationcontentamounttype)| Specifies the amount of content included in the generated presentation, influencing both the number of slides and the level of detail per slide. |
478
480
|[PresentationFactory](presentationfactory)| Allows to create presentation via COM interface |
479
481
|[PresentationHeaderFooterManager](presentationheaderfootermanager)| Represents manager which holds behavior of all footer, date-time and page number placeholders of presentation. |
480
482
|[PresentationInfo](presentationinfo)| Information about presentation file |
@@ -519,7 +521,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
519
521
|[Shape](shape)| Represents a shape on a slide. |
520
522
|[ShapeAdjustmentType](shapeadjustmenttype)| Specifies different types of shape adjustment values. |
521
523
|[ShapeBevel](shapebevel)| Contains the properties of shape's main face relief. |
522
-
|[ShapeCollection](shapecollection)| Represents a collection of a shapes. |
524
+
|[ShapeCollection](shapecollection)| Represents a collection of shapes. |
523
525
|[ShapeElement](shapeelement)| Represents a part of shape with same outline and fill properties. |
524
526
|[ShapeElementFillSource](shapeelementfillsource)| Represents how shape element should be filled. |
525
527
|[ShapeElementStrokeSource](shapeelementstrokesource)| Represents how shape element should be drawn. |
@@ -541,7 +543,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
541
543
|[SlideShowSettings](slideshowsettings)| Represents the slide show settings for the presentation. |
542
544
|[SlideShowTransition](slideshowtransition)| Represents slide show transition. |
543
545
|[SlideShowType](slideshowtype)| Base slide show settings. Ancestors represent types of the slide show: PresentedBySpeaker Presented by a speaker (full screen) BrowsedByIndividual Browsed by individual (window) BrowsedAtKiosk Browsed at a kiosk (full screen) |
544
-
|[SlideSize](slidesize)| Represents a size of slide. |
546
+
|[SlideSize](slidesize)| Represents the size and orientation of a slide. |
545
547
|[SlideSizeScaleType](slidesizescaletype)| Represents the scale type of slide content. |
546
548
|[SlideSizeType](slidesizetype)| Represents the slide size preset. |
547
549
|[SlideThemeManager](slidethememanager)| Provides access to slide theme overriden. |
Copy file name to clipboardExpand all lines: content/nodejs-java/english/aspose.slides/baseslide/_index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ boolean
47
47
48
48
| Name | Description |
49
49
| --- | --- |
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. |
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. |
51
51
52
52
**Parameters:**
53
53
54
54
| Name | Type | Description |
55
55
| --- | --- | --- |
56
-
| slide |[MasterSlide](../masterslide)| The IBaseSlide to compare with the current IBaseSlide. |
56
+
| slide |[Slide](../slide)| 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 ([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. |
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. |
70
70
71
71
**Parameters:**
72
72
73
73
| Name | Type | Description |
74
74
| --- | --- | --- |
75
-
| slide |[MasterNotesSlide](../masternotesslide)| The IBaseSlide to compare with the current IBaseSlide. |
75
+
| slide |[MasterSlide](../masterslide)| 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 ([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. |
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 |[NotesSlide](../notesslide)| 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 ([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. |
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. |
127
127
128
128
**Parameters:**
129
129
130
130
| Name | Type | Description |
131
131
| --- | --- | --- |
132
-
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
132
+
| slide |[MasterNotesSlide](../masternotesslide)| 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 ([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. |
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 |[NotesSlide](../notesslide)| The IBaseSlide to compare with the current IBaseSlide. |
151
+
| slide |[MasterHandoutSlide](../masterhandoutslide)| The IBaseSlide to compare with the current IBaseSlide. |
0 commit comments