@Deprecated public interface IComparisonTable extends IComparisonComponent
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor()
Deprecated.
Gets or sets the color of the border.
|
IComparisonCell[][] |
getCells()
Deprecated.
Get cells comparison cell [ ] [ ].
|
int |
getColumnCount()
Deprecated.
Gets column count.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> |
getColumns()
Deprecated.
Gets the columns.
|
List<com.groupdocs.comparison.pdf.contracts.ComparisonColumnBase> |
GetColumns()
Deprecated.
Gets the columns.
|
double[] |
getColumnsWidths()
Deprecated.
Get columns widths int [ ].
|
double |
getHeight()
Deprecated.
Gets height.
|
String |
getName()
Deprecated.
Gets name.
|
int |
getRowCount()
Deprecated.
Gets row count.
|
double[] |
getRowHeights()
Deprecated.
Get row heights int [ ].
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> |
getRows()
Deprecated.
Gets the rows.
|
List<com.groupdocs.comparison.pdf.contracts.ComparisonRowBase> |
GetRows()
Deprecated.
Gets the rows.
|
String |
getText()
Deprecated.
Gets text.
|
double |
getWidth()
Deprecated.
Gets width.
|
double |
getX()
Deprecated.
Gets x.
|
double |
getY()
Deprecated.
Gets y.
|
void |
setBorderColor(Color value)
Deprecated.
Gets or sets the color of the border.
|
void |
setCells(IComparisonCell[][] value)
Deprecated.
Sets cells.
|
void |
setName(String value)
Deprecated.
Sets name.
|
void |
setX(double value)
Deprecated.
Sets x.
|
void |
setY(double value)
Deprecated.
Sets y.
|
getPageNumber, getRectangle, getStyleChangeInfo, getTypeChanged, setPageNumber, setRectangle, setStyleChangeInfo, setTypeChanged
Color getBorderColor()
void setBorderColor(Color value)
IComparisonCell[][] getCells()
void setCells(IComparisonCell[][] value)
value
- the valueList<com.groupdocs.comparison.pdf.contracts.ComparisonColumnBase> GetColumns()
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> getColumns()
List<com.groupdocs.comparison.pdf.contracts.ComparisonRowBase> GetRows()
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> getRows()
int getRowCount()
int getColumnCount()
double getWidth()
double getHeight()
double getX()
void setX(double value)
value
- the valuedouble getY()
void setY(double value)
value
- the valueString getText()
double[] getColumnsWidths()
double[] getRowHeights()
String getName()
void setName(String value)
value
- the valueCopyright © 2018. All rights reserved.