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
|[CameraPresetType](../com.aspose.slides/camerapresettype)| Constants which define camera preset type. |
74
74
|[CannotCombine2DAnd3DChartsException](../com.aspose.slides/cannotcombine2dand3dchartsexception)| Exception which thrown when trying to combine 2D and 3D chart types. |
75
+
|[Captions](../com.aspose.slides/captions)| Represents the WebVTT closed captions. |
76
+
|[CaptionsCollection](../com.aspose.slides/captionscollection)| Represents a collection of the closed captions. |
75
77
|[CategoryAxisType](../com.aspose.slides/categoryaxistype)| Represents a type of a category axis. |
76
78
|[Cell](../com.aspose.slides/cell)| Represents a cell of a table. |
77
79
|[CellCircularReferenceException](../com.aspose.slides/cellcircularreferenceexception)| The exception that is thrown when one or more circular references are detected where a formula refers to its own cell either directly or indirectly. |
@@ -249,6 +251,7 @@ url: /com.aspose.slides/
249
251
|[HSL](../com.aspose.slides/hsl)| Represents a Hue/Saturation/Luminance effect. |
250
252
|[HandoutLayoutingOptions](../com.aspose.slides/handoutlayoutingoptions)| Represents the handout presentation layout mode for export. |
251
253
|[HandoutType](../com.aspose.slides/handouttype)| Specifies how many slides and in what sequence will be placed on the page. |
254
+
|[HeadingPair](../com.aspose.slides/headingpair)| Represents a 'Heading pair' property of the document. |
252
255
|[Html5Options](../com.aspose.slides/html5options)| Represents a HTML5 exporting options. |
253
256
|[HtmlExternalResolver](../com.aspose.slides/htmlexternalresolver)| Callback object used by HTML import routine to obtain referrenced objects such as images. |
254
257
|[HtmlFormatter](../com.aspose.slides/htmlformatter)| Represents HTML file template. |
@@ -269,6 +272,7 @@ url: /com.aspose.slides/
269
272
|[Images](../com.aspose.slides/images)| Methods to instantiate and work with [IImage](../com.aspose.slides/iimage). |
|[ICameraEffectiveData](../com.aspose.slides/icameraeffectivedata)| Immutable object which contains effective camera properties. |
713
+
|[ICaptions](../com.aspose.slides/icaptions)| Represents the WebVTT closed captions. |
714
+
|[ICaptionsCollection](../com.aspose.slides/icaptionscollection)| Represents a collection of the closed captions. |
709
715
|[ICell](../com.aspose.slides/icell)| Represents a cell in a table. |
710
716
|[ICellCollection](../com.aspose.slides/icellcollection)| Represents a collection of cells. |
711
717
|[ICellFormat](../com.aspose.slides/icellformat)| Represents format of a table cell. |
@@ -853,6 +859,7 @@ url: /com.aspose.slides/
853
859
|[IGroupShapeLock](../com.aspose.slides/igroupshapelock)| Determines which operations are disabled on the parent GroupShape. |
854
860
|[IHSL](../com.aspose.slides/ihsl)| Represents a Hue/Saturation/Luminance effect. |
855
861
|[IHSLEffectiveData](../com.aspose.slides/ihsleffectivedata)| Represents a Hue/Saturation/Luminance effect. |
862
+
|[IHeadingPair](../com.aspose.slides/iheadingpair)| Represents a 'Heading pair' property of the document. |
856
863
|[IHtml5Options](../com.aspose.slides/ihtml5options)| Represents a HTML5 exporting options. |
857
864
|[IHtmlExternalResolver](../com.aspose.slides/ihtmlexternalresolver)| Callback interface used by HTML import routine to obtain referrenced objects such as images. |
858
865
|[IHtmlFormatter](../com.aspose.slides/ihtmlformatter)| Represents HTML file template. |
@@ -871,6 +878,7 @@ url: /com.aspose.slides/
871
878
|[IImageTransformOperationFactory](../com.aspose.slides/iimagetransformoperationfactory)| Allows to create image effects' instances |
| [getFadeInDuration()](#getFadeInDuration--) | Specifies the time duration for the initial fade-in of the media in milliseconds. |
76
+
| [setFadeInDuration(float value)](#setFadeInDuration-float-) | Specifies the time duration for the initial fade-in of the media in milliseconds. |
77
+
| [getFadeOutDuration()](#getFadeOutDuration--) | Specifies the time duration for the ending fade-out of the media in milliseconds. |
78
+
| [setFadeOutDuration(float value)](#setFadeOutDuration-float-) | Specifies the time duration for the ending fade-out of the media in milliseconds. |
79
+
| [getVolumeValue()](#getVolumeValue--) | Returns or sets the audio volume in percents. |
80
+
| [setVolumeValue(float value)](#setVolumeValue-float-) | Returns or sets the audio volume in percents. |
81
+
| [getTrimFromStart()](#getTrimFromStart--) | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. |
82
+
| [setTrimFromStart(float value)](#setTrimFromStart-float-) | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. |
83
+
| [getTrimFromEnd()](#getTrimFromEnd--) | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. |
84
+
| [setTrimFromEnd(float value)](#setTrimFromEnd-float-) | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. |
0 commit comments