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