@Deprecated public class ComparisonTable extends Object implements IComparisonTable
Constructor and Description |
---|
ComparisonTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor()
Deprecated.
Gets or sets the color of the border.
|
IComparisonCell[][] |
getCells()
Deprecated.
Gets or sets the cells.
|
int |
getColumnCount()
Deprecated.
Gets or sets the column count.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> |
getColumns()
Deprecated.
Gets the columns.
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.ComparisonColumnBase> |
GetColumns()
Deprecated.
Gets the columns.
|
double[] |
getColumnsWidths()
Deprecated.
Gets or sets the columns widths.
|
double |
getHeight()
Deprecated.
Gets or sets the height.
|
String |
getName()
Deprecated.
Gets or Sets the name of table
|
int |
getPageNumber()
Deprecated.
Gets or sets the page number.
|
ComparisonRectangleBase |
getRectangle()
Deprecated.
Gets the rectangle.
|
int |
getRowCount()
Deprecated.
Gets or sets the row count.
|
double[] |
getRowHeights()
Deprecated.
Gets or sets the row heights.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> |
getRows()
Deprecated.
Gets the rows.
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.ComparisonRowBase> |
GetRows()
Deprecated.
Gets the rows.
|
StyleChangeInfo[] |
getStyleChangeInfo()
Deprecated.
Gets or sets the style change information.
|
String |
getText()
Deprecated.
Gets the text.
|
int |
getTypeChanged()
Deprecated.
Gets or sets the type of changes for thiis component.
|
double |
getWidth()
Deprecated.
Gets or sets the width.
|
double |
getX()
Deprecated.
Gets or sets the x.
|
double |
getY()
Deprecated.
Gets or sets the y.
|
void |
setBorderColor(Color value)
Deprecated.
Gets or sets the color of the border.
|
void |
setCells(IComparisonCell[][] value)
Deprecated.
Gets or sets the cells.
|
void |
setName(String value)
Deprecated.
Gets or Sets the name of table
|
void |
setPageNumber(int value)
Deprecated.
Gets or sets the page number.
|
void |
setRectangle(ComparisonRectangleBase value)
Deprecated.
Gets the rectangle.
|
void |
setStyleChangeInfo(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style change information.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or sets the type of changes for thiis component.
|
void |
setX(double value)
Deprecated.
Gets or sets the x.
|
void |
setY(double value)
Deprecated.
Gets or sets the y.
|
public Color getBorderColor()
Gets or sets the color of the border.
Value: The color of the border.getBorderColor
in interface IComparisonTable
public void setBorderColor(Color value)
Gets or sets the color of the border.
Value: The color of the border.setBorderColor
in interface IComparisonTable
public IComparisonCell[][] getCells()
Gets or sets the cells.
Value: The cells.getCells
in interface IComparisonTable
public void setCells(IComparisonCell[][] value)
Gets or sets the cells.
Value: The cells.setCells
in interface IComparisonTable
value
- the valuepublic com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.ComparisonColumnBase> GetColumns()
IComparisonTable
GetColumns
in interface IComparisonTable
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> getColumns()
Gets the columns.
Value: The columns.getColumns
in interface IComparisonTable
public com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.ComparisonRowBase> GetRows()
Gets the rows.
Value: The rows.GetRows
in interface IComparisonTable
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<IComparisonCell>> getRows()
Gets the rows.
Value: The rows.getRows
in interface IComparisonTable
public int getRowCount()
Gets or sets the row count.
Value: The row count.getRowCount
in interface IComparisonTable
public int getColumnCount()
Gets or sets the column count.
Value: The column count.getColumnCount
in interface IComparisonTable
public double getWidth()
Gets or sets the width.
Value: The width.getWidth
in interface IComparisonTable
public double getHeight()
Gets or sets the height.
Value: The height.getHeight
in interface IComparisonTable
public double getX()
Gets or sets the x.
Value: The x.getX
in interface IComparisonTable
public void setX(double value)
Gets or sets the x.
Value: The x.setX
in interface IComparisonTable
value
- the valuepublic double getY()
Gets or sets the y.
Value: The y.getY
in interface IComparisonTable
public void setY(double value)
Gets or sets the y.
Value: The y.setY
in interface IComparisonTable
value
- the valuepublic String getText()
Gets the text.
getText
in interface IComparisonTable
public double[] getColumnsWidths()
Gets or sets the columns widths.
Value: The columns widths.getColumnsWidths
in interface IComparisonTable
public double[] getRowHeights()
Gets or sets the row heights.
Value: The row heights.getRowHeights
in interface IComparisonTable
public int getPageNumber()
Gets or sets the page number.
Value: The page number.getPageNumber
in interface IComparisonComponent
public void setPageNumber(int value)
Gets or sets the page number.
Value: The page number.setPageNumber
in interface IComparisonComponent
public StyleChangeInfo[] getStyleChangeInfo()
Gets or sets the style change information.
Value: The style change information.getStyleChangeInfo
in interface IComparisonComponent
public void setStyleChangeInfo(StyleChangeInfo[] value)
Gets or sets the style change information.
Value: The style change information.setStyleChangeInfo
in interface IComparisonComponent
public int getTypeChanged()
Gets or sets the type of changes for thiis component.
Value: The type changed.getTypeChanged
in interface IComparisonComponent
public void setTypeChanged(int value)
Gets or sets the type of changes for thiis component.
Value: The type changed.setTypeChanged
in interface IComparisonComponent
public ComparisonRectangleBase getRectangle()
Gets the rectangle.
Value: The rectangle.getRectangle
in interface IComparisonComponent
public void setRectangle(ComparisonRectangleBase value)
Gets the rectangle.
Value: The rectangle.setRectangle
in interface IComparisonComponent
public String getName()
Gets or Sets the name of table
getName
in interface IComparisonTable
public void setName(String value)
Gets or Sets the name of table
setName
in interface IComparisonTable
value
- the valueCopyright © 2018. All rights reserved.