Interface and Description |
---|
com.aspose.slides.IHtmlExternalResolver
Obsolete. Use IExternalResourceResolver instead. Will be removed in 17.12 release.
|
Class and Description |
---|
com.aspose.slides.HtmlExternalResolver
Obsolete. Use ExternalResourceResolver instead. Will be removed in 17.12 release.
|
Field and Description |
---|
com.aspose.slides.PresentationLockingBehavior.LoadAndRelease_Legacy_TemporaryDefault
Use KeepLocked or LoadAndRelease. The option will be removed in version 17.10. KeepLocked will be the default option after removing this one.
|
Method and Description |
---|
com.aspose.slides.IAudioCollection.addAudio(InputStream)
Use
IAudioCollection.addAudio(InputStream stream, int loadingStreamBehavior) . The method will be removed in version 17.10. |
com.aspose.slides.IVideoCollection.addVideo(InputStream)
Use
IVideoCollection.addVideo(InputStream stream, int loadingStreamBehavior) . The method will be removed in version 17.10. |
com.aspose.slides.SlideUtil.alignShapes(int, boolean, IShapeCollection)
Use Slide.Util.SlideUtil.AlignShapes with IBaseSlide or IGroupShape overloads instead. The method will be removed after release of version 21.7.
|
com.aspose.slides.IBulletFormatEffectiveData.getColor()
Use IBulletFormatEffectiveData.getFillFormat().getSolidFillColor() instead. The property will be removed after release of version 21.9.
|
com.aspose.slides.Table.getFillFormat()
Use Table.TableFormat.FillFormat instead. The property will be returning null after release of version 20.8.
|
com.aspose.slides.IBulletFormatEffectiveData.getPicture()
Use IBulletFormatEffectiveData.getFillFormat().getPictureFillFormat() instead. The property will be removed after release of version 21.9.
|
com.aspose.slides.Slide.getThumbnail(INotesCommentsLayoutingOptions)
Use Slide.getThumbnail(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.getThumbnail(INotesCommentsLayoutingOptions)
Use ISlide.getThumbnail(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Slide.getThumbnail(INotesCommentsLayoutingOptions, float, float)
Use Slide.getThumbnail(IRenderingOptions, float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.getThumbnail(INotesCommentsLayoutingOptions, float, float)
Use ISlide.getThumbnail(IRenderingOptions, float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Slide.getThumbnail(INotesCommentsLayoutingOptions, Size)
Use Slide.getThumbnail(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.getThumbnail(INotesCommentsLayoutingOptions, Size)
Use ISlide.getThumbnail(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions)
Use Presentation.GetThumbnails(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions)
Use IPresentation.GetThumbnails(IRenderingOptions) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions, float, float)
Use Presentation.GetThumbnails(IRenderingOptions, float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions, float, float)
Use IPresentation.GetThumbnails(IRenderingOptions, float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions, int[])
Use Presentation.GetThumbnails(IRenderingOptions, int[]) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions, int[])
Use IPresentation.GetThumbnails(IRenderingOptions, int[]) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions, int[], float, float)
Use Presentation.GetThumbnails(IRenderingOptions, int[], float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions, int[], float, float)
Use IPresentation.GetThumbnails(IRenderingOptions, int[], float, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions, int[], Size)
Use Presentation.getThumbnails(IRenderingOptions, int[], Dimension) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions, int[], Size)
Use IPresentation.GetThumbnails(IRenderingOptions, int[], Size) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Presentation.getThumbnails(INotesCommentsLayoutingOptions, Size)
Use Presentation.GetThumbnails(IRenderingOptions, Size) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.IPresentation.getThumbnails(INotesCommentsLayoutingOptions, Size)
Use IPresentation.GetThumbnails(IRenderingOptions, Size) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ILicense.isLicensed()
The property is deprecated and will be removed after release of version 19.12.
|
com.aspose.slides.Slide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas)
Use Slide.renderToGraphics(IRenderingOptions, Graphics) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas)
Use ISlide.renderToGraphics(IRenderingOptions, Graphics) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Slide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas, float)
Use Slide.renderToGraphics(IRenderingOptions, Graphics, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas, float)
Use ISlide.renderToGraphics(IRenderingOptions, Graphics, float) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.Slide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas, int, int)
Use Slide.renderToGraphics(IRenderingOptions, Graphics, int, int) instead. The method will be removed after release of version 21.4.
|
com.aspose.slides.ISlide.renderToGraphics(INotesCommentsLayoutingOptions, Canvas, int, int)
Use ISlide.renderToGraphics(IRenderingOptions, Graphics, int, int) instead. The method will be removed after release of version 21.4.
|