@Deprecated public class ComparisonRow extends ComparisonRowBase
Class ComparisonRow.
Constructor and Description |
---|
ComparisonRow(double[] cellWidth,
double cellHeight)
Deprecated.
Initializes a new instance of the
ComparisonRow class. |
ComparisonRow(com.aspose.slides.IRow row)
Deprecated.
Instantiates a new Comparison row.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ISlidesCompareResult |
compareWith(ComparisonRowBase 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.
|
double |
getHeight()
Deprecated.
Gets the height.
|
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.
|
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.
|
int |
size()
Deprecated.
Gets the count.
|
ComparisonCellBase[] |
toArray()
Deprecated.
To the array.
|
public ComparisonRow(double[] cellWidth, double cellHeight) throws Exception
Initializes a new instance of the ComparisonRow
class.
cellWidth
- Width of the cell.cellHeight
- Height of the cell.Exception
public ComparisonRow(com.aspose.slides.IRow row)
row
- the rowpublic 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 ISlidesCompareResult compareWith(ComparisonRowBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonRowBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public ComparisonCellBase getItem(int index)
Gets the ComparisonCellBase
at the specified index.
getItem
in class ComparisonCellCollectionBase
index
- The index.public double getHeight()
Gets the height.
Value: The height.getHeight
in class ComparisonRowBase
public ComparisonCellBase[] toArray()
To the array.
toArray
in class ComparisonCellCollectionBase
public int size()
Gets the count.
Value: The count.size
in interface com.aspose.ms.System.Collections.ICollection
size
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 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 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 String getTextFromSelectedCells(int[] cellsnumbers)
getTextFromSelectedCells
in class ComparisonRowBase
Copyright © 2018. All rights reserved.