@Deprecated public abstract class ComparisonColumnBase extends ComparisonCellCollectionBase
Class ComparisonColumnBase.
Constructor and Description |
---|
ComparisonColumnBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ISlidesCompareResult |
compareWith(ComparisonColumnBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
abstract String |
getTextFromSelectedCells(int[] cellsNumbers)
Deprecated.
|
abstract double |
getWidth()
Deprecated.
Gets or sets the width.
|
abstract void |
setWidth(double value)
Deprecated.
Gets or sets the width.
|
copyTo, getItem, getSyncRoot, isSynchronized, iterator, size, toArray
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getText, getType, setStyleChanges, setType
public abstract double getWidth()
Gets or sets the width.
Value: The width.public abstract void setWidth(double value)
Gets or sets the width.
Value: The width.value
- the valuepublic abstract ISlidesCompareResult compareWith(ComparisonColumnBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public abstract String getTextFromSelectedCells(int[] cellsNumbers)
Copyright © 2018. All rights reserved.