@Deprecated public abstract class ComparisonPresentationBase extends Object implements com.aspose.ms.System.IDisposable
Class ComparisonPresentationBase.
Constructor and Description |
---|
ComparisonPresentationBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ISlidesCompareResult |
compareWith(ComparisonPresentationBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
abstract void |
dispose()
Deprecated.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
abstract Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
abstract double |
getDocumentStreamLength()
Deprecated.
Get Document Stream Length
|
abstract List<ComparisonSlideBase> |
getSlides()
Deprecated.
Gets the slides.
|
abstract Dimension2D |
getSlideSize()
Deprecated.
Gets the size of the slide.
|
abstract void |
save(OutputStream stream,
int format)
Deprecated.
Saves the specified stream.
|
abstract void |
save(String path,
int format)
Deprecated.
Saves the specified path.
|
void |
saveAsImages(List<ByteArrayOutputStream> streams,
ComparisonSlidesImageSettings settings)
Deprecated.
Saves to images.
|
abstract void |
saveAsImages(String path,
ComparisonSlidesImageSettings settings)
Deprecated.
Saves to images.
|
abstract void |
saveAsImagesInternal(List<ByteArrayOutputStream> streams,
ComparisonSlidesImageSettings settings)
Deprecated.
Save as images internal.
|
abstract void |
saveSlideAsImage(OutputStream imageStream,
ComparisonSlidesImageSettings settings,
int slideIndex)
Deprecated.
Saves to images.
|
abstract void |
saveSlideAsImage(String folderPath,
ComparisonSlidesImageSettings settings,
int slideIndex)
Deprecated.
Saves to images.
|
abstract void |
saveToImagesInternal(List<OutputStream> streams,
int zoom)
Deprecated.
Save to images internal.
|
public abstract double getDocumentStreamLength()
Get Document Stream Length
public abstract List<ComparisonSlideBase> getSlides()
Gets the slides.
Value: The slides.public abstract Dimension2D getSlideSize()
Gets the size of the slide.
Value: The size of the slide.public abstract ISlidesCompareResult compareWith(ComparisonPresentationBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public abstract void save(OutputStream stream, int format)
Saves the specified stream.
stream
- The stream.format
- The format.public abstract void save(String path, int format)
Saves the specified path.
path
- The path.format
- The format.public abstract void saveToImagesInternal(List<OutputStream> streams, int zoom) throws IOException
streams
- the streamszoom
- the zoomIOException
- the io exceptionpublic abstract void saveAsImages(String path, ComparisonSlidesImageSettings settings) throws IOException
Saves to images.
path
- The path.settings
- The settings.IOException
- the io exceptionpublic abstract void saveSlideAsImage(OutputStream imageStream, ComparisonSlidesImageSettings settings, int slideIndex) throws IOException
Saves to images.
imageStream
- The streams.settings
- The settings.slideIndex
- the slide indexIOException
- the io exceptionpublic abstract void saveSlideAsImage(String folderPath, ComparisonSlidesImageSettings settings, int slideIndex) throws IOException
Saves to images.
folderPath
- The path.settings
- The settings.slideIndex
- the slide indexIOException
- the io exceptionpublic void saveAsImages(List<ByteArrayOutputStream> streams, ComparisonSlidesImageSettings settings) throws IOException
Saves to images.
streams
- The streams.settings
- The settings.IOException
- the io exceptionpublic abstract void saveAsImagesInternal(List<ByteArrayOutputStream> streams, ComparisonSlidesImageSettings settings) throws IOException
streams
- the streamssettings
- the settingsIOException
- the io exceptionpublic abstract void dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose
in interface com.aspose.ms.System.IDisposable
public abstract Object getAsposeObject()
Copyright © 2018. All rights reserved.