@Deprecated public abstract class ComparisonCellBase extends ComparisonPresentationComponentBase
Class ComparisonCellBase.
Constructor and Description |
---|
ComparisonCellBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ISlidesCompareResult |
compareWith(ComparisonCellBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
abstract int |
getColSpan()
Deprecated.
Gets col span.
|
abstract int |
getFirstColumnIndex()
Deprecated.
Gets first column index.
|
abstract int |
getFirstRowIndex()
Deprecated.
Gets first row index.
|
abstract double |
getHeight()
Deprecated.
Gets the height.
|
abstract int |
getRowSpan()
Deprecated.
Gets row span.
|
abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
abstract ComparisonTextFrameBase |
getTextFrame()
Deprecated.
Gets the text frame.
|
abstract double |
getWidth()
Deprecated.
Gets the width.
|
abstract void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase value)
Deprecated.
Gets or sets the style.
|
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getText, getType, setStyleChanges, setType
public abstract ISlidesCompareResult compareWith(ComparisonCellBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public abstract double getWidth()
Gets the width.
Value: The width.public abstract double getHeight()
Gets the height.
Value: The height.public abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase getStyle()
Gets or sets the style.
Value: The style.public abstract void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase value)
Gets or sets the style.
Value: The style.public abstract ComparisonTextFrameBase getTextFrame()
Gets the text frame.
Value: The text frame.public abstract int getRowSpan()
public abstract int getColSpan()
public abstract int getFirstColumnIndex()
public abstract int getFirstRowIndex()
Copyright © 2018. All rights reserved.