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.SaveFormat.HtmlNotes
Use SaveFormat.Html with HtmlOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
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.
|
com.aspose.slides.SaveFormat.PdfNotes
Use SaveFormat.Pdf with PdfOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
com.aspose.slides.SaveFormat.SwfNotes
Use SaveFormat.Swf with SwfOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
com.aspose.slides.SaveFormat.TiffNotes
Use SaveFormat.Tiff with TiffOptions setting its property NotesCommentsLayouting.NotesPosition to NotesPosions.BottomFull instead. These enum elements will be removed after release of version 18.4.
|
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.TiffOptions.getIncludeComments()
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.SwfOptions.getIncludeComments()
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.PdfOptions.getIncludeComments()
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.ITiffOptions.getIncludeComments()
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.ISwfOptions.getIncludeComments()
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.IPdfOptions.getIncludeComments()
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.IHtmlOptions.getIncludeComments()
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.HtmlOptions.getIncludeComments()
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.NotesSlide.getThumbnail(float, float)
Use Slide.GetThumbnail method with NotesCommentsLayoutingOptions paremeter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.INotesSlide.getThumbnail(float, float)
Use Slide.GetThumbnail method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.NotesSlide.getThumbnail(Size)
Use Slide.getThumbnail() method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.INotesSlide.getThumbnail(Size)
Use Slide.GetThumbnail method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.Slide.renderToGraphics(boolean, Canvas)
Use RenderToGraphics method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.ISlide.renderToGraphics(boolean, Canvas)
Use RenderToGraphics method with NotesCommentsLayoutingOptions paremeter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.Slide.renderToGraphics(boolean, Canvas, float)
Use RenderToGraphics method with NotesCommentsLayoutingOptions paremeter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.ISlide.renderToGraphics(boolean, Canvas, float)
Use RenderToGraphics method with NotesCommentsLayoutingOptions paremeter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.Slide.renderToGraphics(boolean, Canvas, int, int)
Use RenderToGraphics method with NotesCommentsLayoutingOptions parameter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.ISlide.renderToGraphics(boolean, Canvas, int, int)
Use RenderToGraphics method with NotesCommentsLayoutingOptions paremeter instead. The method will be removed after release of version 18.6.
|
com.aspose.slides.TiffOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.SwfOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.PdfOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.ITiffOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.ISwfOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.IPdfOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.IHtmlOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
com.aspose.slides.HtmlOptions.setIncludeComments(boolean)
Use property NotesCommentsLayouting.CommentsPosition = CommentsPositions.Bottom instead. The property will be removed after release of version 18.4.
|
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.