@Deprecated public class ComparisonCell extends ComparisonCellBase
Class ComparisonCell.
Constructor and Description |
---|
ComparisonCell()
Deprecated.
Initializes a new instance of the
ComparisonCell class. |
ComparisonCell(double cellWidth,
double cellHeight,
int columnIndex,
int rowIndex)
Deprecated.
Initializes a new instance of the
ComparisonCell class. |
ComparisonCell(com.aspose.slides.ICell cell)
Deprecated.
Instantiates a new Comparison cell.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ISlidesCompareResult |
compareWith(ComparisonCellBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
int |
getColSpan()
Deprecated.
Gets col span.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
int |
getFirstColumnIndex()
Deprecated.
Gets first column index.
|
int |
getFirstRowIndex()
Deprecated.
Gets first row index.
|
double |
getHeight()
Deprecated.
Gets the height.
|
int |
getRowSpan()
Deprecated.
Gets row span.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
String |
getText()
Deprecated.
Gets text.
|
ComparisonTextFrameBase |
getTextFrame()
Deprecated.
Gets the text frame.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
double |
getWidth()
Deprecated.
Gets the width.
|
void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
public ComparisonCell(double cellWidth, double cellHeight, int columnIndex, int rowIndex) throws Exception
Initializes a new instance of the ComparisonCell
class.
cellWidth
- Width of the cell.cellHeight
- Height of the cell.columnIndex
- Index of the column.rowIndex
- Index of the row.Exception
public ComparisonCell() throws Exception
Initializes a new instance of the ComparisonCell
class.
Exception
public ComparisonCell(com.aspose.slides.ICell cell)
cell
- the cellpublic 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 ComparisonTextFrameBase getTextFrame()
Gets the text frame.
Value: The text frame.getTextFrame
in class ComparisonCellBase
public double getWidth()
Gets the width.
Value: The width.getWidth
in class ComparisonCellBase
public double getHeight()
Gets the height.
Value: The height.getHeight
in class ComparisonCellBase
public com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonCellBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonCellStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonCellBase
public ISlidesCompareResult compareWith(ComparisonCellBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonCellBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
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 int getRowSpan()
ComparisonCellBase
getRowSpan
in class ComparisonCellBase
public int getColSpan()
ComparisonCellBase
getColSpan
in class ComparisonCellBase
public int getFirstColumnIndex()
ComparisonCellBase
getFirstColumnIndex
in class ComparisonCellBase
public int getFirstRowIndex()
ComparisonCellBase
getFirstRowIndex
in class ComparisonCellBase
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.