@Deprecated public class ComparisonSlide extends ComparisonSlideBase
Class ComparisonSlide.
Constructor and Description |
---|
ComparisonSlide()
Deprecated.
Initializes a new instance of the
ComparisonSlide class. |
ComparisonSlide(com.aspose.slides.ISlide slide)
Deprecated.
Instantiates a new Comparison slide.
|
Modifier and Type | Method and Description |
---|---|
ComparisonAutoShapeBase |
addAutoShape(int shapeType,
float x,
float y,
float width,
float height)
Deprecated.
Adds the automatic shape.
|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ComparisonTableBase |
addTable(float x,
float y,
double[] columnWidths,
double[] rowHeights)
Deprecated.
Adds the table.
|
ISlidesCompareResult |
compareWith(ComparisonSlideBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> |
getComments()
Deprecated.
Comments
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> |
getCommentsInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
List<ComparisonShapeBase> |
getShapes()
Deprecated.
Gets the shapes.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonShapeBase> |
getShapesInternal()
Deprecated.
|
int |
getSlideNumber()
Deprecated.
Gets or sets the slide number.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonSlideStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
String |
getText()
Deprecated.
Gets text.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
void |
remove()
Deprecated.
Removes this instance.
|
void |
setComments(List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> value)
Deprecated.
Comments
|
void |
setCommentsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> value)
Deprecated.
|
void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonSlideStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
public ComparisonSlide()
Initializes a new instance of the ComparisonSlide
class.
public ComparisonSlide(com.aspose.slides.ISlide slide)
slide
- the slidepublic com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> getStyleChanges()
getStyleChanges
in class ComparisonPresentationComponentBase
public void setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
setStyleChanges
in class ComparisonPresentationComponentBase
public int getSlideNumber()
Gets or sets the slide number.
Value: The slide number.getSlideNumber
in class ComparisonSlideBase
public List<ComparisonShapeBase> getShapes()
Gets the shapes.
Value: The shapes.getShapes
in class ComparisonSlideBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonShapeBase> getShapesInternal()
getShapesInternal
in class ComparisonSlideBase
public void remove()
Removes this instance.
remove
in class ComparisonSlideBase
public List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> getComments()
Comments
getComments
in class ComparisonSlideBase
public com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> getCommentsInternal()
getCommentsInternal
in class ComparisonSlideBase
public void setComments(List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> value)
Comments
setComments
in class ComparisonSlideBase
public void setCommentsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.slides.contracts.comparison.ComparisonCommentBase> value)
setCommentsInternal
in class ComparisonSlideBase
public com.groupdocs.comparison.slides.contracts.styles.ComparisonSlideStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonSlideBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonSlideStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonSlideBase
public ISlidesCompareResult compareWith(ComparisonSlideBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonSlideBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public int getType()
Gets or sets the type.
Value: The type.getType
in class ComparisonPresentationComponentBase
public void setType(int value)
Gets or sets the type.
Value: The type.setType
in class ComparisonPresentationComponentBase
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getContent()
ComparisonPresentationComponentBase
getContent
in class ComparisonPresentationComponentBase
public void addComponent(ComparisonPresentationComponentBase component)
ComparisonPresentationComponentBase
addComponent
in class ComparisonPresentationComponentBase
component
- the componentpublic com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getSubComponents()
ComparisonPresentationComponentBase
getSubComponents
in class ComparisonPresentationComponentBase
public Object getAsposeObject()
ComparisonPresentationComponentBase
getAsposeObject
in class ComparisonPresentationComponentBase
public String getText()
ComparisonPresentationComponentBase
getText
in class ComparisonPresentationComponentBase
public ComparisonAutoShapeBase addAutoShape(int shapeType, float x, float y, float width, float height)
Adds the automatic shape.
addAutoShape
in class ComparisonSlideBase
shapeType
- Type of the shape.x
- The x.y
- The y.width
- The width.height
- The height.public ComparisonTableBase addTable(float x, float y, double[] columnWidths, double[] rowHeights)
Adds the table.
addTable
in class ComparisonSlideBase
x
- The x.y
- The y.columnWidths
- The column widths.rowHeights
- The row heights.Copyright © 2018. All rights reserved.