@Deprecated public abstract class ComparisonTableBase extends ComparisonShapeBase
Class ComparisonTableBase.
Constructor and Description |
---|
ComparisonTableBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ISlidesCompareResult |
compareWith(ComparisonTableBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
getCells()
Deprecated.
Gets cells.
|
abstract String[][] |
getColMergeMap()
Deprecated.
Get col merge map string [ ] [ ].
|
List<ComparisonColumnBase> |
getColumns()
Deprecated.
Gets the columns.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonColumnBase> |
getColumnsInternal()
Deprecated.
|
abstract ComparisonCellBase |
getItem(int columnIndex,
int rowIndex)
Deprecated.
Gets or sets the
ComparisonCellBase with the specified column index. |
abstract com.aspose.ms.System.Collections.Generic.List<Double> |
getresultColumnWidth()
Deprecated.
Gets column width.
|
abstract com.aspose.ms.System.Collections.Generic.List<Double> |
getresultColumnWidthWD()
Deprecated.
Gets column width wd.
|
abstract com.aspose.ms.System.Collections.Generic.List<Double> |
getresultRowHeight()
Deprecated.
Gets row height.
|
abstract com.aspose.ms.System.Collections.Generic.List<Double> |
getresultRowHeightWD()
Deprecated.
Gets row height wd.
|
abstract String[][] |
getRowMergeMap()
Deprecated.
Get row merge map string [ ] [ ].
|
List<ComparisonRowBase> |
getRows()
Deprecated.
Gets the rows.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonRowBase> |
getRowsInternal()
Deprecated.
|
abstract void |
setColMergeMap(String[][] value)
Deprecated.
Sets col merge map.
|
abstract void |
setresultColumnWidth(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets column width.
|
abstract void |
setresultColumnWidthWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets column width wd.
|
abstract void |
setresultRowHeight(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets row height.
|
abstract void |
setresultRowHeightWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
Deprecated.
Sets row height wd.
|
abstract void |
setRowMergeMap(String[][] value)
Deprecated.
Sets row merge map.
|
getHeight, getStyle, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getText, getType, setStyleChanges, setType
public List<ComparisonRowBase> getRows()
Gets the rows.
Value: The rows.public abstract com.aspose.ms.System.Collections.Generic.List<ComparisonRowBase> getRowsInternal()
public List<ComparisonColumnBase> getColumns()
Gets the columns.
Value: The columns.public abstract com.aspose.ms.System.Collections.Generic.List<ComparisonColumnBase> getColumnsInternal()
public abstract ComparisonCellBase getItem(int columnIndex, int rowIndex)
Gets or sets the ComparisonCellBase
with the specified column index.
columnIndex
- Index of the column.rowIndex
- Index of the row.public abstract ISlidesCompareResult compareWith(ComparisonTableBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public abstract com.aspose.ms.System.Collections.Generic.List<Double> getresultColumnWidth()
public abstract void setresultColumnWidth(com.aspose.ms.System.Collections.Generic.List<Double> value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<Double> getresultRowHeight()
public abstract void setresultRowHeight(com.aspose.ms.System.Collections.Generic.List<Double> value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<Double> getresultColumnWidthWD()
public abstract void setresultColumnWidthWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<Double> getresultRowHeightWD()
public abstract void setresultRowHeightWD(com.aspose.ms.System.Collections.Generic.List<Double> value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> getCells()
public abstract String[][] getColMergeMap()
public abstract void setColMergeMap(String[][] value)
value
- the valuepublic abstract String[][] getRowMergeMap()
public abstract void setRowMergeMap(String[][] value)
value
- the valueCopyright © 2018. All rights reserved.