@Deprecated public class ComparisonColumn extends ComparisonColumnBase
Class ComparisonColumn.
Constructor and Description |
---|
ComparisonColumn(double[] cellHeights,
double cellWidth)
Deprecated.
Initializes a new instance of the
ComparisonColumn class. |
ComparisonColumn(com.aspose.slides.IColumn column)
Deprecated.
Instantiates a new Comparison column.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ISlidesCompareResult |
compareWith(ComparisonColumnBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Deprecated.
Copies to.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
ComparisonCellBase |
getItem(int index)
Deprecated.
Gets the
ComparisonCellBase at the specified index. |
com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
Object |
getSyncRoot()
Deprecated.
Gets the synchronize root.
|
String |
getText()
Deprecated.
Gets text.
|
String |
getTextFromSelectedCells(int[] cellsnumbers)
Deprecated.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
double |
getWidth()
Deprecated.
Gets or sets the width.
|
boolean |
isSynchronized()
Deprecated.
Gets a value indicating whether this instance is synchronized.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Deprecated.
Gets the enumerator.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
void |
setWidth(double value)
Deprecated.
Gets or sets the width.
|
int |
size()
Deprecated.
Gets the count.
|
ComparisonCellBase[] |
toArray()
Deprecated.
To the array.
|
public ComparisonColumn(double[] cellHeights, double cellWidth) throws Exception
Initializes a new instance of the ComparisonColumn
class.
cellHeights
- The cell heights.cellWidth
- Width of the cell.Exception
public ComparisonColumn(com.aspose.slides.IColumn column)
column
- the columnpublic 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 ComparisonCellBase getItem(int index)
Gets the ComparisonCellBase
at the specified index.
getItem
in class ComparisonCellCollectionBase
index
- The index.public double getWidth()
Gets or sets the width.
Value: The width.getWidth
in class ComparisonColumnBase
public void setWidth(double value)
Gets or sets the width.
Value: The width.setWidth
in class ComparisonColumnBase
value
- the valuepublic int size()
Gets the count.
Value: The count.size
in interface com.aspose.ms.System.Collections.ICollection
size
in class ComparisonCellCollectionBase
public ISlidesCompareResult compareWith(ComparisonColumnBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonColumnBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public String getTextFromSelectedCells(int[] cellsnumbers)
getTextFromSelectedCells
in class ComparisonColumnBase
public ComparisonCellBase[] toArray()
To the array.
toArray
in class ComparisonCellCollectionBase
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies to.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
copyTo
in class ComparisonCellCollectionBase
array
- The array.index
- The index.public Object getSyncRoot()
Gets the synchronize root.
Value: The synchronize root.getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
getSyncRoot
in class ComparisonCellCollectionBase
public boolean isSynchronized()
Gets a value indicating whether this instance is synchronized.
Value:true
if this instance is synchronized; otherwise, false
.isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
isSynchronized
in class ComparisonCellCollectionBase
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.IEnumerator iterator()
Gets the enumerator.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface Iterable
iterator
in class ComparisonCellCollectionBase
public 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
Copyright © 2018. All rights reserved.